summaryrefslogtreecommitdiff
path: root/cli/js/globals.ts
diff options
context:
space:
mode:
authorSpeykious <speykious.the.king@gmail.com>2020-05-19 20:19:26 +0200
committerGitHub <noreply@github.com>2020-05-19 14:19:26 -0400
commit9752b853ddac3ba41378d0ae8a8604a28e285ffb (patch)
tree1082dc9786adf3dbbda04b39b67ff3f421a6736f /cli/js/globals.ts
parentcdc9323cccdee544562712018f722026bdfbbd6c (diff)
Provide better ANSI colorized output when inspecting objects (#5404)
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r--cli/js/globals.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts
index 28910d76b..9908609be 100644
--- a/cli/js/globals.ts
+++ b/cli/js/globals.ts
@@ -136,6 +136,7 @@ declare global {
// Assigned to `window` global - main runtime
var Deno: {
core: DenoCore;
+ noColor: boolean;
};
var onload: ((e: Event) => void) | undefined;
var onunload: ((e: Event) => void) | undefined;