Skip to content
Snippets Groups Projects
Commit e9bfbb9b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Enable some debug output to find which funcion is failing on rPi4

raspian-armhf-on-aarch64
parent e9d6747f
No related branches found
No related tags found
No related merge requests found
Pipeline #7893 failed
......@@ -32,7 +32,8 @@ for (var i in type) {
var result;
var exp = prefix + i;
try {
// writeln(exp);
if(this.stdout)
stdout.writeln(exp);
result = eval(exp);
} catch(e) {
log("Error evaluating: " + exp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment