ayecue / greybel-js

GreyScript transpiler/minifier/interpreter for Grey Hack written in JS.
http://editor.greyscript.org
MIT License
28 stars 7 forks source link

Issue if line is longer than maxChars allowed in installer #102

Closed ayecue closed 1 year ago

ayecue commented 1 year ago

Description

If a line is longer than maxChars allowed in installer an infinite amount of installer files gets created unless the script gets forcefully stopped.

Todo

ayecue commented 1 year ago

Fixed by https://github.com/ayecue/greybel-js/pull/103