From a7c002ae634b20a2f84c90417327a88c9ac2df99 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 20 Aug 2024 15:14:37 -0400 Subject: chore: enable no-console dlint rule (#25113) --- ext/web/06_streams.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/web') diff --git a/ext/web/06_streams.js b/ext/web/06_streams.js index ea3a3110f..69d333c0d 100644 --- a/ext/web/06_streams.js +++ b/ext/web/06_streams.js @@ -164,6 +164,7 @@ function resolvePromiseWith(value) { function rethrowAssertionErrorRejection(e) { if (e && ObjectPrototypeIsPrototypeOf(AssertionError.prototype, e)) { queueMicrotask(() => { + // deno-lint-ignore no-console console.error(`Internal Error: ${e.stack}`); }); } -- cgit v1.2.3