From 3748e7af2434d333f9fe6e3f9132211651dc5dd5 Mon Sep 17 00:00:00 2001 From: n loewen Date: Tue, 1 Aug 2023 15:34:44 +0100 Subject: [PATCH] Include display in debugging printout (missed a line in the last commit) --- sketches/simulator-sketch-v3.js | 1 + 1 file changed, 1 insertion(+) 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'); }; +} }; }