Hi, > On 14 Oct 2019, at 21:08, Rudolf Bahr <qu...@quasi.de> wrote: > > > 2. But in the case of an not existing file (BBB.lua) the known error message > comes up > again: > "token call, execute: [ctxlua]:8: /home/sam/context-tests/BBB.lua: No such > file or > directory". > This, of course, is true, but shouldn't be mentioned in an error message!
If you do not want the error message, don’t use assert(). You can just do f = io.open(...) If f then ... else ... end Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________