Skip to content
Snippets Groups Projects
Commit 4bbe7434 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Descriptions of js.exec_file and exec_dir were reversed

parent c3eeaf10
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3784 passed
......@@ -224,8 +224,8 @@ static char* prop_desc[] = {
,"do callbacks after script finishes running"
/* New properties go here... */
,"full path and filename of JS file executed"
,"directory of executed JS file"
,"JS filename executed (with no path)"
,"directory of executed JS file"
,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started"
,"global scope for this script"
,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\\'), "
......
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