1
0
Fork 0

and die() with red color for now

This commit is contained in:
mfranz 2008-06-13 13:18:16 +00:00
parent 0216b1a65c
commit 59e3d65545

View file

@ -146,7 +146,7 @@ setlistener("/sim/signals/nasal-dir-initialized", func {
}
}
die("io.open(): writing to file '" ~ path ~ "' denied (unauthorized directory)\n ");
die(debug._error("io.open(): writing to file '" ~ path ~ "' denied (unauthorized directory)\n "));
}
});