allow Teliva to show its sandboxing message

This commit is contained in:
Kartik K. Agaram 2022-02-10 16:30:00 -08:00
parent b0cc9a7451
commit 76984aa90f
1 changed files with 4 additions and 2 deletions

View File

@ -1414,8 +1414,10 @@
> -- until last possible second
> local filename = os.tmpname()
> local outfile = io.open(filename, 'w')
> write_zettels(outfile)
> os.rename(filename, 'zet')
> if outfile then
> write_zettels(outfile)
> os.rename(filename, 'zet')
> end
> end
>end
- __teliva_timestamp: