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

When executing a module via external("*modname",..) with no extension

specified, if "filename.js" exists, it will be executed instead of
"filename.bin".
Previously, the ".bin" extension was always assumed if it wasn't specified on
the command-line. This modification allows exec/bullseye.js to take
precedence over exec/bullseye.bin without any change to the command-line
configuration. Execute "*filename.bin" if you want to specifically execute
"filename.bin" and not "filename.js" (if it exists).
parent a04addfe
No related branches found
No related tags found
No related merge requests found
Loading
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