diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 21:47:39 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 21:47:39 -0400 |
commit | 8a7ac7f4f3aacfe322732c616c7622c79db9fae3 (patch) | |
tree | 38e68c1e3398330d0d5ab4e04a50ced22dd4a75e /util.ts | |
parent | 471a4f461a608179cead961a5f4240c302d4a5d1 (diff) |
Run clang-format on msg.proto
Diffstat (limited to 'util.ts')
-rw-r--r-- | util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |