Skip to content
Snippets Groups Projects
Commit 91364249 authored by deuce's avatar deuce
Browse files

Fix unbalanced begin/end on error (does not fix the reported bug)

parent 11baa827
No related branches found
No related tags found
No related merge requests found
......@@ -633,6 +633,7 @@ long sbbs_t::js_execfile(const char *cmd)
if(js_scope==NULL || js_script==NULL) {
JS_ReportPendingException(js_cx); /* Added Feb-2-2006, rswindell */
JS_ENDREQUEST(js_cx);
errormsg(WHERE,"compiling",path,0);
return(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment