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 7efaba7 commit f491294Copy full SHA for f491294
src/esbuild.ts
@@ -195,7 +195,7 @@ export async function initESBuild(
195
196
logChannel.debug(`Moving files to ${targetPath}`);
197
try {
198
- //await fs.promises.mkdir(path.dirname(targetPath));
+ await fs.promises.mkdir(path.dirname(targetPath));
199
await fs.promises.rename(path.join(temp, 'package'), targetPath);
200
} catch (e) {
201
logChannel.debug(`Error moving files to ${targetPath}`, e);
0 commit comments