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
I am trying to use this to test my code but i get this (Node 17.4.0):
> deoptigate .\test-perf.mjs
**snip**\nodejs\node.exe: bad option: --trace-ic
deoptigate 💪 process completed with code 9
deoptigate logfile written to C:\Users\**snip**\AppData\Local\Temp/deoptigate/v8.log
deoptigate 🚫: Error: ENOENT: no such file or directory, open 'C:\Users\**snip**\AppData\Local\Temp\deoptigate\v8.log'
The text was updated successfully, but these errors were encountered:
C:\Users\...snip...>deoptigate someProgram
...program output...
deoptigate 💪 process completed with code 0
deoptigate 💪 Processing logfile at C:\Users\...snip...\isolate-00000186F1A6B130-5684-v8.log
deoptigate 🚫: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null
I've done some testing with new --log-ic command line flag and looks like log format has changed drastically so in the output html file i don't see anything :/
I am trying to use this to test my code but i get this (Node 17.4.0):
The text was updated successfully, but these errors were encountered: