Quit max on ligoscape export error

This commit is contained in:
kaetemi 2019-05-13 09:15:37 +08:00
parent 20920be7bd
commit 8d96487b69

View file

@ -86,6 +86,9 @@ fn lowercase instring =
-- Allocate 20 Me for the script -- Allocate 20 Me for the script
heapSize += 15000000 heapSize += 15000000
-- In case of error just abort the app and don't show nel report window
NelForceQuitOnMsgDisplayer()
nlErrorFilename = "output_logfile" nlErrorFilename = "output_logfile"
nlErrorStream = openFile nlErrorFilename mode:"a" nlErrorStream = openFile nlErrorFilename mode:"a"
if nlErrorStream == undefined then if nlErrorStream == undefined then