修改了test文件的一处错误

This commit is contained in:
REN
2021-09-15 10:41:23 +08:00
committed by 神戸小鳥
parent 4e63afbfc6
commit 64dc0a5b1d

View File

@@ -50,7 +50,7 @@ async function debug() {
// debugger // debugger
throw e; throw e;
} }
lifeTrajectory.push(lifeTrajectory); lifeTrajectory.push(trajectory);
const { age, content } = trajectory; const { age, content } = trajectory;
console.debug( console.debug(
`---------------------------------`, `---------------------------------`,