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 eeef60e commit 6c83fc9Copy full SHA for 6c83fc9
packages/devextreme-cli/testing/creating.js
@@ -22,6 +22,7 @@ const args = minimist(process.argv.slice(2), {
22
try {
23
await env.createApp(depsVersionTag);
24
} catch(e) {
25
+ console.log('--------ERROR-->', e);
26
process.exit(1);
27
}
28
});
0 commit comments