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
ERRORS
httpServerRejectsOnAddrInUse => ./cli/tests/unit/flash_test.ts:60:6
error: AddrInUse: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048)
at <anonymous> (deno:core/01_core.js:322:38)
./cli/tests/unit/flash_test.ts (uncaught error)
error: (in promise) AssertionError: Expected function to reject.
throw new AssertionError(
^
at assertRejects (file:///C:/actions-runner/work/deno/deno/test_util/std/testing/asserts.ts:791:11)
This error was not caught from a test and caused the test runner to fail on the referenced module.
It most likely originated from a dangling promise, event/timeout handler or top-level code.
https://github.com/denoland/deno/actions/runs/3112770753/jobs/5046571433
The text was updated successfully, but these errors were encountered: