Skip to content

Commit b3fef8d

Browse files
authored
Merge pull request #889 from dfcreative/patch-dashboard
Fix dashboard for windows
2 parents 0daa5d6 + 2397813 commit b3fef8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
*.sublime*
23

34
build/*
45

devtools/test_dashboard/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function createMocksList(files) {
8484
return acc;
8585
}, []);
8686

87-
var filename = file.name.split('/').pop();
87+
var filename = file.name.split(path.sep).pop();
8888

8989
return {
9090
name: filename.slice(0, -5),

0 commit comments

Comments
 (0)