Skip to content

Commit 37c4b26

Browse files
authored
fix: Windows build (#255)
1 parent da00a17 commit 37c4b26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bindings/utils/compileLLamaCpp.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ async function applyResultDirFixes(resultDirPath: string, tempDirPath: string) {
322322

323323
if (await fs.pathExists(releaseDirPath)) {
324324
await fs.remove(tempDirPath);
325-
await fs.ensureDir(tempDirPath);
326325
await fs.move(releaseDirPath, tempDirPath);
327326

328327
const itemNames = await fs.readdir(tempDirPath);

0 commit comments

Comments
 (0)