Skip to content

Commit

Permalink
Fixed import bug leading to no run possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTarados committed May 30, 2023
1 parent 5039150 commit 824274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/render_logic/render.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let {int_to_string_base} = require('./js/render_logic/utils.js');
let { step, run, stop, pause ,get_executing} = require('./js/render_logic/run.js');
let { step, run, stop, pause, execute_line ,get_executing} = require('./js/render_logic/run.js');
var {advance_timeline} = require("./js/render_logic/timeline.js");

let jest = false;
Expand Down

0 comments on commit 824274a

Please sign in to comment.