diff --git a/sketches/simulator-sketch-v3.js b/sketches/simulator-sketch-v3.js index b9c9c15..0df71c3 100644 --- a/sketches/simulator-sketch-v3.js +++ b/sketches/simulator-sketch-v3.js @@ -196,6 +196,7 @@ exports.runProgram = (code) => { console.log(); console.groupEnd('Display'); }; +} }; }