Skip to content
Snippets Groups Projects
Commit 00774418 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix infinite loop of error msgs/notifications when JS shell has syntax error

js_execfile() now returns -1 when JS_ExecuteScript() return false (failure).

The main command-shell loop will now terminate when js_execfile() returns
anything but 0 (success), similar to how PCMS (Baja-compiled) command-shell
.bin file parse errors are handled.
parent c58a0e89
Branches
Tags
1 merge request!455Update branch with changes from master
Pipeline #6540 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment