summaryrefslogtreecommitdiff
path: root/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util.ts')
-rw-r--r--util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.ts b/util.ts
index b5b864a5f..40301a5bb 100644
--- a/util.ts
+++ b/util.ts
@@ -11,7 +11,7 @@ const _global = globalEval("this");
const print = V8Worker2.print;
// To control internal logging output
-const debug = false;
+const debug = true;
// Internal logging for deno. Use the "debug" variable above to control
// output.