Skip to content

Commit d418b5c

Browse files
wip. test checking
1 parent f28ef11 commit d418b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/nextjs-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = class NextJsServer {
1717

1818
stop() {
1919
if(this.proc) {
20-
this.proc.kill('SIGTERM');
20+
this.proc.kill('SIGKILL');
2121
this.proc = null;
2222
}
2323
}

0 commit comments

Comments
 (0)