Skip to content

Commit

Permalink
Using the bundler via API doesn't terminate all workers #1723 (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan authored and DeMoorJasper committed Jul 19, 2018
1 parent 84002f0 commit 329e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/Bundler.js
Expand Up @@ -329,7 +329,7 @@ class Bundler extends EventEmitter {

// If not in watch mode, stop the worker farm so we don't keep the process running.
if (!this.watcher && this.options.killWorkers) {
this.stop();
await this.stop();
}
}
}
Expand Down

0 comments on commit 329e981

Please sign in to comment.