We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46d35a8 + 872a1bb commit f121a59Copy full SHA for f121a59
3 files changed
packages/contentstack-clone/package.json
@@ -71,4 +71,4 @@
71
"cm:stack-clone": "O-CLN"
72
}
73
74
-}
+}
packages/contentstack-import/src/import/modules-js/entries.js
@@ -104,7 +104,11 @@ module.exports = class ImportEntries {
104
105
106
} catch (error) {
107
- addlogs(this.config, `Failed to read the content types to import entries ${util.formatError(error)}`);
+ addlogs(
108
+ this.config,
109
+ `Failed to read the content types to import entries ${util.formatError(error)}`,
110
+ 'error',
111
+ );
112
process.exit(0);
113
114
packages/contentstack/package.json
@@ -158,4 +158,4 @@
158
159
},
160
"repository": "https://github.com/contentstack/cli"
161
0 commit comments