Skip to content

Commit 330150f

Browse files
wip. checking test for nextjs-ts
1 parent 42ea6b9 commit 330150f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = class DevServer {
1515
async start() {
1616
if(this.env.engine.indexOf('nextjs') === 0) {
1717
if(startedPromise) {
18-
startedPromise.kill();
18+
await startedPromise.kill();
1919
}
2020
startedPromise = runCommand('npm', ['run', 'start'], {
2121
cwd: this.env.appPath,

0 commit comments

Comments
 (0)