diff --git a/test/index.js b/test/index.js index a73a424..a952319 100644 --- a/test/index.js +++ b/test/index.js @@ -50,7 +50,7 @@ async function debug() { // debugger throw e; } - lifeTrajectory.push(lifeTrajectory); + lifeTrajectory.push(trajectory); const { age, content } = trajectory; console.debug( `---------------------------------`,