kotas / gulp-tsc

gulp.js plugin for compiling TypeScript files
69 stars 37 forks source link

Fix fail in parallel compile leave temp folder #12

Closed kotas closed 10 years ago

kotas commented 10 years ago

Fixes #10

When failed to compile, uncaught PluginError causes NodeJS to abort everything including cleaning temporary folders.

This commit fixes it by delaying emitting PluginError so that all compilers clean up properly.