remove gulp-tsb hack, fixes #80629

This commit is contained in:
Johannes Rieken
2019-09-10 14:50:49 +02:00
parent 590ccaf260
commit c695729eb1
3 changed files with 3 additions and 15 deletions

View File

@@ -165,7 +165,7 @@ export function loadSourcemaps(): NodeJS.ReadWriteStream {
}
if (!f.contents) {
cb(new Error('empty file'));
cb(undefined, f);
return;
}