Skip to content

Commit f121a59

Browse files
authored
Merge pull request #895 from contentstack/stage_merger
Merged stage to development
2 parents 46d35a8 + 872a1bb commit f121a59

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
"cm:stack-clone": "O-CLN"
7272
}
7373
}
74-
}
74+
}

packages/contentstack-import/src/import/modules-js/entries.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ module.exports = class ImportEntries {
104104
}
105105
}
106106
} catch (error) {
107-
addlogs(this.config, `Failed to read the content types to import entries ${util.formatError(error)}`);
107+
addlogs(
108+
this.config,
109+
`Failed to read the content types to import entries ${util.formatError(error)}`,
110+
'error',
111+
);
108112
process.exit(0);
109113
}
110114
}

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@
158158
}
159159
},
160160
"repository": "https://github.com/contentstack/cli"
161-
}
161+
}

0 commit comments

Comments
 (0)