and die() with red color for now
This commit is contained in:
parent
0216b1a65c
commit
59e3d65545
1 changed files with 1 additions and 1 deletions
|
@ -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 "));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue