ScriptCraft

ScriptCraft

14.6k Downloads

Zero-width space character breaks http.request in 3.4.0

jwulf opened this issue ยท 2 comments

commented

Hi Walter, it looks the 3.4.0 release zip has an zero-width space on line 84 of src/js/modules/http/request.js, between runTaskAsynchronously and the following ( character.

https://github.com/walterhiggins/ScriptCraft/blob/3.4.0/src/main/js/modules/http/request.js#L84

This breaks it at run-time.

Here is a screenshot with the "Gremlins tracker" for VS Code installed that highlights it:

Screen Shot 2019-06-18 at 11 06 53 pm

This took me a loooooong time to isolate. :-)

commented

I confirm this breaks at run-time, any news ?

commented

Came in via this commit by the look of it: f760157#diff-47988c231ed13d71f3921b8fc2f1c0a0L80