You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins: bound root undefined ms
└── first undefined ms
/Users/xuxucode/projects/avvio-sample/node_modules/avvio/time-tree.js:31
if (labelNode.id) {
^
TypeError: Cannot read properties of undefined (reading 'id')
at [avvio.TimeTree.untrackNode] (/Users/xuxucode/projects/avvio-sample/node_modules/avvio/time-tree.js:31:19)
at TimeTree.stop (/Users/xuxucode/projects/avvio-sample/node_modules/avvio/time-tree.js:94:25)
at Plugin.<anonymous> (/Users/xuxucode/projects/avvio-sample/node_modules/avvio/boot.js:254:23)
at Object.onceWrapper (node:events:626:26)
at Plugin.emit (node:events:511:28)
at done (/Users/xuxucode/projects/avvio-sample/node_modules/avvio/plugin.js:197:10)
at check (/Users/xuxucode/projects/avvio-sample/node_modules/avvio/plugin.js:224:9)
at node:internal/process/task_queues:140:7
at AsyncResource.runInAsyncScope (node:async_hooks:206:9)
at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8)
Node.js v20.1.0
* fix timetree typo
* integrate pretty printing into avvio
* move time-tree into lib folder
* add test as issue #205 is also solved.
* add jsdoc, remove unreachable code
* use -1 as diff default value
Below sample can reproduce this problem with
avvio@8.2.1
:Output:
Originally posted by @xuxucode in #156 (comment)
The text was updated successfully, but these errors were encountered: