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/node/polyfills/_utils.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/node/polyfills/_utils.ts') diff --git a/ext/node/polyfills/_utils.ts b/ext/node/polyfills/_utils.ts index 78b9bdddc..b50c113e1 100644 --- a/ext/node/polyfills/_utils.ts +++ b/ext/node/polyfills/_utils.ts @@ -42,6 +42,7 @@ export function warnNotImplemented(msg?: string) { const message = msg ? `Warning: Not implemented: ${msg}` : "Warning: Not implemented"; + // deno-lint-ignore no-console console.warn(message); } -- cgit v1.2.3