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 e794ff5 commit f34ed15Copy full SHA for f34ed15
packages/devextreme-cli/testing/dev-server.js
@@ -36,6 +36,8 @@ module.exports = class DevServer {
36
cwd: this.env.appPath,
37
});
38
39
+ console.log('-----devServer build---OK-->');
40
+
41
} catch(e) {
42
console.log('-----ERROR in devServer build----->', e);
43
throw new Error(e);
0 commit comments