| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c02c73 commit a18fe5e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ const installEdition = (edition, config, projectDir) => { | |||
| 64 | 64 | ); | |
| 65 | 65 | ||
| 66 | 66 | yield copyAsync( | |
| 67 | - path.resolve(editionPath, '/helpers/test.js'), | ||
| 67 | + path.join(editionPath, path.sep, 'helpers', path.sep, 'test.js'), | ||
| 68 | 68 | path.resolve(sourceDir, '../', 'helpers/test.js') | |
| 69 | 69 | ); | |
| 70 | 70 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments