mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +00:00
fix gulp watch
This commit is contained in:
@@ -21,7 +21,7 @@ const watch = process.platform === 'win32'
|
||||
? require('./watch-win32')
|
||||
: require('gulp-watch');
|
||||
|
||||
module.exports = () => {
|
||||
module.exports = function () {
|
||||
return watch.apply(null, arguments)
|
||||
.pipe(handleDeletions());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user