summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 349926396..9e5b6349c 100644
--- a/main.go
+++ b/main.go
@@ -64,6 +64,9 @@ func main() {
cwd, err := os.Getwd()
check(err)
+ err = worker.Load("deno_main.js", "denoMain()")
+ exitOnError(err)
+
var command = Msg_START // TODO use proto3
PubMsg("start", &Msg{
Command: command,