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