For example: I have app which reads stdin, do some stuff, write to stdout and quits. Problem is that as soon as I added quit to the handler I am not able to open that project anymore. Revolution IDE quits together with my project

Regards
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
if the environment is not "development" then
quit
end if