Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app.js is dead when trying to run following in python #55

Open
varnar opened this issue Feb 19, 2018 · 1 comment
Open

app.js is dead when trying to run following in python #55

varnar opened this issue Feb 19, 2018 · 1 comment

Comments

@varnar
Copy link

varnar commented Feb 19, 2018

flag = 1
while (flag): 
    print  ('Given flag is really true!')
print "Done"

And error:

ATTEMPTING TO REMOVE: temp/2fe6cc4c7772de1a7581

buffer.js:385
throw new Error('toString failed');
^

Error: toString failed
at Buffer.toString (buffer.js:385:11)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:378:21)

@varnar
Copy link
Author

varnar commented Feb 19, 2018

but this is working

flag = 1
while (flag): 
   print ('Given flag is really true!')
   flag = 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant