Include display in debugging printout (missed a line in the last commit)

This commit is contained in:
n loewen 2023-08-01 15:34:44 +01:00
parent f42a81c9b2
commit 3748e7af24
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ exports.runProgram = (code) => {
console.log(); console.log();
console.groupEnd('Display'); console.groupEnd('Display');
}; };
}
}; };
} }