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 68294dc commit 439a511Copy full SHA for 439a511
apps/vscode-nightly/esbuild.mjs
@@ -50,7 +50,7 @@ async function main() {
50
51
if (fs.existsSync(distDir)) {
52
console.log(`[${name}] Cleaning dist directory: ${distDir}`)
53
- fs.rmSync(buildDir, { recursive: true, force: true })
+ fs.rmSync(distDir, { recursive: true, force: true })
54
}
55
56
/**
0 commit comments