diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-19 05:38:51 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-19 05:39:27 -0400 |
commit | 83f436e175643da6d75e1de3fe905b586012bac2 (patch) | |
tree | f250b9fdaca68941863caad5c778bccdf45099ca /util.ts | |
parent | aeb85efdad3dd705894386aa9aef5e22db1541b8 (diff) |
Command line flags
Diffstat (limited to 'util.ts')
-rw-r--r-- | util.ts | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ _global["window"] = _global; // Create a window object. const print = V8Worker2.print; -// To control internal logging output -const debug = false; +import { debug } from "./main"; // Internal logging for deno. Use the "debug" variable above to control // output. |