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

Actually, const is better for libs, prevent overwriting (mostly)

If this were const to begin with, would have caught the previously
fixed bug with the -lib option clobbering it.
parent c0c3c3ae
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
require("sbbsdefs.js", 'LEN_FDESC'); require("sbbsdefs.js", 'LEN_FDESC');
var lib = load({}, "filelist_lib.js"); const lib = load({}, "filelist_lib.js");
"use strict"; "use strict";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment