var2.js --> ver2.js
This commit is contained in:
Varatep Buranintu
2016-06-22 06:52:31 -07:00
committed by GitHub
parent 2b027229f1
commit f6b8affdbf
+1 -1
View File
@@ -45,7 +45,7 @@ In this case nexe won't bundle the file
if (someCheck) {
x = require("./ver1.js");
} else {
x = require("./var2.js");
x = require("./ver2.js");
}
```