summaryrefslogtreecommitdiff
path: root/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'main.ts')
-rw-r--r--main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.ts b/main.ts
index 3cdbe6c2b..25ade14f9 100644
--- a/main.ts
+++ b/main.ts
@@ -1,3 +1,6 @@
+// This allows us to have async/await in our code. It must be loaded first.
+import "babel-polyfill";
+
import * as dispatch from "./dispatch";
import { main as pb } from "./msg.pb";