Skip to content

Commit

Permalink
fix: Windows build (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd authored Jun 30, 2024
1 parent da00a17 commit 37c4b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindings/utils/compileLLamaCpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ async function applyResultDirFixes(resultDirPath: string, tempDirPath: string) {

if (await fs.pathExists(releaseDirPath)) {
await fs.remove(tempDirPath);
await fs.ensureDir(tempDirPath);
await fs.move(releaseDirPath, tempDirPath);

const itemNames = await fs.readdir(tempDirPath);
Expand Down

0 comments on commit 37c4b26

Please sign in to comment.