fix build

This commit is contained in:
Joseph Garrone
2021-02-22 00:20:10 +01:00
parent 5d9a6c8c6b
commit c290d6bee8
3 changed files with 576 additions and 4 deletions

View File

@ -63,9 +63,7 @@ export function generateDebugFiles(
fs.writeFileSync(
standaloneHaFilePath,
fs.readFileSync(
pathJoin(__dirname, pathBasename(standaloneHaFilePath)),
)
fs.readFileSync(pathJoin(__dirname, pathBasename(standaloneHaFilePath)))
);
}