Skip to content
Snippets Groups Projects
Commit 97a9fad9 authored by rswindell's avatar rswindell
Browse files

Whoops, use exit() intead of return;

parent b8f69ca0
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ if ((options.rlogin_auto_xtrn) && (bbs.sys_status & SS_RLOGIN) && (console.termi
alert(log(LOG_ERR,"!ERROR Unable to launch external: '" + external_code + "'"));
}
bbs.hangup();
return;
exit();
}
//Disable spinning cursor at pause prompts
//bbs.node_settings|=NM_NOPAUSESPIN
......
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