summaryrefslogtreecommitdiff
path: root/js/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.ts')
-rw-r--r--js/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/main.ts b/js/main.ts
index 176f098c7..b0c7ed6d4 100644
--- a/js/main.ts
+++ b/js/main.ts
@@ -1,4 +1,7 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// We need to make sure this module loads, for its side effects.
+import "./globals";
+
import * as flatbuffers from "./flatbuffers";
import * as msg from "gen/msg_generated";
import { assert, log, setLogDebug } from "./util";