Quit max on ligoscape export error
This commit is contained in:
parent
20920be7bd
commit
8d96487b69
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue