We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dd3e6 commit 9ac34d0Copy full SHA for 9ac34d0
src/index.ts
@@ -133,7 +133,7 @@ export class RunScriptWebpackPlugin implements WebpackPluginInstance {
133
134
private _stopServer() {
135
const signal = getSignal(this.options.signal);
136
- if (signal && (this.worker?.pid)) {
+ if (this.worker?.pid) {
137
process.kill(this.worker.pid, signal);
138
}
139
};
0 commit comments