closure(): better error formatting
This commit is contained in:
parent
e522611638
commit
54e6ec55b4
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ _setlistener("/sim/signals/nasal-dir-initialized", func {
|
||||||
if(fn != self and fn != caller(0)[1] and fn != _io_open)
|
if(fn != self and fn != caller(0)[1] and fn != _io_open)
|
||||||
return _closure(fn, level);
|
return _closure(fn, level);
|
||||||
|
|
||||||
die("closure(): query denied (unauthorized access)");
|
die("closure(): query denied (unauthorized access)\n ");
|
||||||
}
|
}
|
||||||
|
|
||||||
# validation listeners for loadxml/savexml (see utils.cxx:fgValidatePath)
|
# validation listeners for loadxml/savexml (see utils.cxx:fgValidatePath)
|
||||||
|
|
Loading…
Add table
Reference in a new issue