mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
fix build
This commit is contained in:
@@ -156,6 +156,7 @@ gulp.task('mixin', function () {
|
||||
|
||||
var all = remote(url, opts)
|
||||
.pipe(zip.src())
|
||||
.pipe(filter(function (f) { return !f.isDirectory(); }))
|
||||
.pipe(util.rebase(1));
|
||||
|
||||
if (quality) {
|
||||
|
||||
Reference in New Issue
Block a user