You are reading a single comment by @user52580 and its replies. Click here to read the full conversation.
  • quit() doesn't work in the last build.

     _____                 _ 
    |   __|___ ___ ___ _ _|_|___ ___ 
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v75 Copyright 2015 G.Williams
    
    >quit();
    =undefined
    Uncaught Error: Function "quit" not found!
     at line 1 col 1
    quit();
     ^
    

    Update: this is strange but "quit" works. I did "make clean; make" and "quit" works after rebuild. But it is possible that I only miss something, that I did some action and espruino damaged internal data structures and that was a reason why "quit" was not working.

About

Avatar for user52580 @user52580 started