Skip to content

Commit 1bffd5e

Browse files
authored
Update open.js
1 parent 3ebc6e1 commit 1bffd5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Workspace/Resources/open.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Workspace.newF("open", function(projectDir) { // function for opening the worksp
1111
// alive interval
1212
this.aliveInterval = setInterval(() => {}, 1 << 30); // keeps the process alive
1313

14-
// event firing
14+
// building
1515
this.__buildScenes();
16+
this.__buildScripts();
17+
18+
// event firing
1619
this.events.ready.fire(this, this.aliveInterval); // fires the ready event
1720
});

0 commit comments

Comments
 (0)