diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2023-04-16 16:05:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-16 14:05:13 +0000 |
commit | 1564595f6bb21e477ec3fdb91aa2c8a4bba31b6b (patch) | |
tree | 9ebcb67fff927d080b215fb0b8c7a5a74a033835 /cli/tests | |
parent | 2184103a5ec7d7ae6fcfe2ecb79ad481498f5f8d (diff) |
Revert "perf(core): immediately schedule another tick if there are un… (#18718)
…polled ops (#18611)"
This reverts commit 4317055a3e49c7a75648480bbc86e4b466c60b5e.
Reverting because we discovered while working on
https://github.com/denoland/deno/pull/18619 that it doesn't work
correctly (sometimes waker just stops working).
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/workers/permissions_data_local.ts.out | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tests/testdata/workers/permissions_data_local.ts.out b/cli/tests/testdata/workers/permissions_data_local.ts.out index 994ca98cb..4e0f72779 100644 --- a/cli/tests/testdata/workers/permissions_data_local.ts.out +++ b/cli/tests/testdata/workers/permissions_data_local.ts.out @@ -1,5 +1,4 @@ error: Uncaught (in worker "") Requires read access to "[WILDCARD]local_file.ts", run again with the --allow-read flag at data:application/javascript;base64,[WILDCARD]:1:8 error: Uncaught (in promise) Error: Unhandled error in child worker. - at Worker.#pollControl ([WILDCARD]) - at eventLoopTick (ext:core/01_core.js:[WILDCARD]) + at Worker.#pollControl[WILDCARD] |