We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be176b7 commit bfdca95Copy full SHA for bfdca95
lib/content.js
@@ -133,7 +133,7 @@ const transferContent = async (config) => {
133
});
134
135
// just a small helper to add a line break after the inquiry
136
- const br = diffConflicts && (Object.keys(assetOverwrites).length || Object.keys(entryOverwrites).length) ? '\n' : '';
+ const br = diffConflicts && Object.keys(entryOverwrites).length ? '\n' : '';
137
138
if (assets.length === 0 && entries.length === 0) {
139
console.log(chalk.green(`${br}All done`), '🚀');
0 commit comments