We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d2ec8 commit 92a9d5fCopy full SHA for 92a9d5f
javascript/commands/utils.ts
@@ -23,7 +23,7 @@ export const createMain = (
23
if (!fs.existsSync(path.join(outputDir, "/chapters"))) {
24
fs.mkdirSync(path.join(outputDir, "/chapters"));
25
}
26
- fse.copy(path.join(__dirname, "/../static"), outputDir, err => {
+ fse.copy(path.join(__dirname, "../../static"), outputDir, err => {
27
if (err) return console.error(err);
28
});
29
return;
0 commit comments