mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
do not export isConsoleInstance
(#2850)
This commit is contained in:
parent
91ba3410a3
commit
e9908453df
2 changed files with 2 additions and 3 deletions
|
@ -486,7 +486,7 @@ type PrintFunc = (x: string, isErr?: boolean) => void;
|
|||
|
||||
const countMap = new Map<string, number>();
|
||||
const timerMap = new Map<string, number>();
|
||||
export const isConsoleInstance = Symbol("isConsoleInstance");
|
||||
const isConsoleInstance = Symbol("isConsoleInstance");
|
||||
|
||||
export class Console {
|
||||
indentLevel: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue