Loading src/client/js-duk.c +1 −0 Original line number Diff line number Diff line Loading @@ -704,6 +704,7 @@ int js_exec(char *name, int argc, const char **argv) } else { fprintf(stderr, "mwjs error: %s\n", duk_safe_to_string(ctx, -1)); } script_output = 0; } else if (duk_is_boolean(ctx, -1) && !duk_get_boolean(ctx, -1)) { script_output = 0; } Loading Loading
src/client/js-duk.c +1 −0 Original line number Diff line number Diff line Loading @@ -704,6 +704,7 @@ int js_exec(char *name, int argc, const char **argv) } else { fprintf(stderr, "mwjs error: %s\n", duk_safe_to_string(ctx, -1)); } script_output = 0; } else if (duk_is_boolean(ctx, -1) && !duk_get_boolean(ctx, -1)) { script_output = 0; } Loading