Skip to content

Commit d3d26ec

Browse files
committed
Merge branch 'master' of github.com:/witheve/eve
2 parents ea60976 + 6cb08e6 commit d3d26ec

File tree

21 files changed

+95
-120
lines changed

21 files changed

+95
-120
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/eve.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ if(!filepath) {
5353
if(internal) filepath = eveRoot + "/" + "examples/quickstart.eve";
5454
} else {
5555
filepath = path.resolve(filepath);
56+
if(process.platform.indexOf("win") === 0) {
57+
filepath = filepath.replace(/\\/g, "/");
58+
}
5659
}
5760

5861
var opts = {internal: internal, runtimeOwner: runtimeOwner, controlOwner: controlOwner, editor: editor, port: port, path: filepath, internal: internal, root: root, eveRoot: eveRoot};

css/wand.png

-2.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)