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 21f0288 commit 3ac3ba2Copy full SHA for 3ac3ba2
gulpfile.js
@@ -14,6 +14,10 @@ gulp.task('build-plugin', (done) => {
14
}
15
});
16
17
+ if (!fs.existsSync(bazelEclipseDir)) {
18
+ fs.mkdirSync(bazelEclipseDir);
19
+ }
20
+
21
// del.sync(bazelEclipseDir + '/**', { force: true });
22
fs.rmdirSync(bazelEclipseDir, {recursive: true});
23
0 commit comments