Skip to content

Commit 83307e8

Browse files
wip. test checking
1 parent 58dc7ec commit 83307e8

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
@@ -19,7 +19,7 @@ module.exports = class NextJsServer {
1919
}
2020

2121
async stop() {
22-
console.log('-----NEXTJS SERVER-STOP---process.platform->', process.platform);
22+
console.log('-----NEXTJS SERVER-STOP---process.platform->', !!this.proc, process.platform);
2323
if(this.proc) {
2424
this.proc.kill('SIGTERM');
2525
await new Promise((resolve) => setTimeout(resolve, 1000));

0 commit comments

Comments
 (0)