diff options
Diffstat (limited to 'ext/node/polyfills/worker_threads.ts')
-rw-r--r-- | ext/node/polyfills/worker_threads.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/worker_threads.ts b/ext/node/polyfills/worker_threads.ts index 3519ae217..eaabe9cd7 100644 --- a/ext/node/polyfills/worker_threads.ts +++ b/ext/node/polyfills/worker_threads.ts @@ -47,7 +47,7 @@ const { const debugWorkerThreads = false; function debugWT(...args) { if (debugWorkerThreads) { - // deno-lint-ignore prefer-primordials + // deno-lint-ignore prefer-primordials no-console console.log(...args); } } |