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 58dc7ec commit 83307e8Copy full SHA for 83307e8
packages/devextreme-cli/testing/nextjs-server.js
@@ -19,7 +19,7 @@ module.exports = class NextJsServer {
19
}
20
21
async stop() {
22
- console.log('-----NEXTJS SERVER-STOP---process.platform->', process.platform);
+ console.log('-----NEXTJS SERVER-STOP---process.platform->', !!this.proc, process.platform);
23
if(this.proc) {
24
this.proc.kill('SIGTERM');
25
await new Promise((resolve) => setTimeout(resolve, 1000));
0 commit comments