Zero-width space character breaks http.request in 3.4.0
jwulf opened this issue ยท 2 comments
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:
This took me a loooooong time to isolate. :-)
Came in via this commit by the look of it: f760157#diff-47988c231ed13d71f3921b8fc2f1c0a0L80