Skip to content
Snippets Groups Projects
Commit ab739fa3 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 28ad40b1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -12,6 +12,7 @@ if (dk.user.full_name == 'Local User') ...@@ -12,6 +12,7 @@ if (dk.user.full_name == 'Local User')
dk.user.full_name = 'SYSOP'; dk.user.full_name = 'SYSOP';
dk.console.auto_pause = false; dk.console.auto_pause = false;
if (js.global.console !== undefined) { 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 = dk_old_ctrlkey_passthru;
console.ctrlkey_passthru = '+[UOPTKZ'; console.ctrlkey_passthru = '+[UOPTKZ';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment