Skip to content

Commit

Permalink
fix: ESBuild installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Oct 20, 2024
1 parent 7efaba7 commit c47bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export async function initESBuild(

logChannel.debug(`Moving files to ${targetPath}`);
try {
//await fs.promises.mkdir(path.dirname(targetPath));
await fs.promises.mkdir(path.dirname(targetPath));
await fs.promises.rename(path.join(temp, 'package'), targetPath);
} catch (e) {
logChannel.debug(`Error moving files to ${targetPath}`, e);
Expand Down

0 comments on commit c47bab3

Please sign in to comment.