Comparing version 4.0.4 to 4.0.5
@@ -52,3 +52,3 @@ 'use strict'; | ||
// start the compilation process | ||
_builder.build(file => this.queue(file), printDiagnostic, token).then(() => this.queue(null)); | ||
_builder.build(file => this.queue(file), printDiagnostic, token).catch(e => console.error(e)).then(() => this.queue(null)); | ||
}); | ||
@@ -55,0 +55,0 @@ } |
@@ -52,3 +52,3 @@ 'use strict'; | ||
// start the compilation process | ||
_builder.build(file => this.queue(file), printDiagnostic, token).then(() => this.queue(null)); | ||
_builder.build(file => this.queue(file), printDiagnostic, token).catch(e => console.error(e)).then(() => this.queue(null)); | ||
}); | ||
@@ -55,0 +55,0 @@ } |
@@ -52,3 +52,3 @@ 'use strict'; | ||
// start the compilation process | ||
_builder.build(file => this.queue(file), printDiagnostic, token).then(() => this.queue(null)); | ||
_builder.build(file => this.queue(file), printDiagnostic, token).catch(e => console.error(e)).then(() => this.queue(null)); | ||
}); | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "gulp-tsb", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"author": "Johannes Rieken <johannes.rieken@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "A gulp plugin for very fast TypeScript compilation.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103433