Skip to content
Snippets Groups Projects
Commit 11cba787 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Looks like in-process doesn't add js.exec_dir to the load path list.

parent d30a4a0f
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ if (dk.user.full_name == 'Local User')
dk.user.full_name = 'SYSOP';
dk.console.auto_pause = false;
if (js.global.console !== undefined) {
js.load_path_list.unshift(js.exec_dir); // For in-process?
console.ctrlkey_passthru = dk_old_ctrlkey_passthru;
console.ctrlkey_passthru = '+[UOPTKZ';
}
......
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