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
---- inspector::inspector_with_ts_files stdout ----
command /home/runner/work/deno/deno/target/release/deno run --check --inspect-brk=127.0.0.1:9242 /home/runner/work/deno/deno/tests/testdata/inspector/test.ts
command cwd /home/runner/work/deno/deno/tests
STDERR: Check file:///home/runner/work/deno/deno/tests/testdata/inspector/test.ts
STDERR: Debugger listening on ws://127.0.0.1:9242/ws/739298f1-3ddd-4b24-a3c9-ab4c71c16883
STDERR: Visit chrome://inspect to connect to the debugger.
STDERR: Deno is waiting for debugger to connect.
STDERR: Debugger session started.
STDOUT: hello
STDOUT: world
STDERR: Program finished. Waiting for inspector to disconnect to exit the process...
thread 'inspector::inspector_with_ts_files' panicked at tests/integration/inspector_tests.rs:1017:3:
"Program finished. Waiting for inspector to disconnect to exit the process..." does not contain any of ["Check"]
The text was updated successfully, but these errors were encountered:
Looking into it, it's caused by type checking finishing before the inspector stuff. There is no guarantee that one or the other finishes first, but we expect type checking to only be done after the inspector stuff in our tests.
https://github.com/denoland/deno/actions/runs/9260046276/job/25473086311?pr=23903
The text was updated successfully, but these errors were encountered: