io.open(): drop die() color
This commit is contained in:
parent
4a30ad6efe
commit
c159ea1755
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ setlistener("/sim/signals/nasal-dir-initialized", func {
|
|||
if(string.match(fpath, p ~ '*'))
|
||||
return _open(fpath, mode);
|
||||
|
||||
die(debug._error("io.open(): writing to file '" ~ path ~ "' denied (unauthorized directory)\n "));
|
||||
die("io.open(): writing to file '" ~ path ~ "' denied (unauthorized directory)\n ");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue