Kode / Krom

Other
96 stars 23 forks source link

Implement script serialization #122

Closed luboslenco closed 5 years ago

luboslenco commented 5 years ago

The patch at https://github.com/Kode/Krom/pull/121 also makes JsSerialize() no longer crash. Using this patch:

&

Fixes https://github.com/Kode/Krom/issues/85.

luboslenco commented 5 years ago

reader.open("krom.bin") will spit a warning message when file is absent. Will need to think of a clean way to supress that, preferably without using additional file existence check.

RobDangerous commented 5 years ago

We should just remove that warning message, when calling open instead of using the filename constructor the caller is responsible for handling file-not-found situations.