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 f28ef11 commit d418b5cCopy full SHA for d418b5c
packages/devextreme-cli/testing/nextjs-server.js
@@ -17,7 +17,7 @@ module.exports = class NextJsServer {
17
18
stop() {
19
if(this.proc) {
20
- this.proc.kill('SIGTERM');
+ this.proc.kill('SIGKILL');
21
this.proc = null;
22
}
23
0 commit comments