ParseLua crash on Popen
Opened this issue · 0 comments
bonbek commented
The change (on os x) I made to prevent SublimeCrash :
p = Popen([luac_path, "-p", "-"], stdin=PIPE, stderr=PIPE, shell=False)
Opened this issue · 0 comments
The change (on os x) I made to prevent SublimeCrash :
p = Popen([luac_path, "-p", "-"], stdin=PIPE, stderr=PIPE, shell=False)