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 fe1db94 commit 22530afCopy full SHA for 22530af
packages/devextreme-cli/testing/nextjs-server.js
@@ -9,7 +9,7 @@ module.exports = class NextJsServer {
9
}
10
11
async start() {
12
- this.stop();
+ await this.stop();
13
console.log('----RUN START SERVER CMD------>');
14
({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
15
cwd: this.env.appPath,
0 commit comments