Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/import overwrite base #1107

Merged
merged 13 commits into from
Oct 18, 2023
Merged

Conversation

shafeeqd959
Copy link
Contributor

@shafeeqd959 shafeeqd959 commented Oct 17, 2023

Import overwrite feature
Bumped versions
import - 1.10.0, clone - 1.6.0, bootstrap - 1.6.0, seed - 1.6.0, contentstack - 1.10.0

@shafeeqd959 shafeeqd959 marked this pull request as ready for review October 17, 2023 13:25
@shafeeqd959 shafeeqd959 requested a review from a team as a code owner October 17, 2023 13:25
netrajpatel
netrajpatel previously approved these changes Oct 18, 2023
@shafeeqd959 shafeeqd959 merged commit 4e43bd2 into development Oct 18, 2023
3 checks passed
log(this.importConfig, formatError(error), 'info');
} else {
log(this.importConfig, `Language '${code}' failed to import`, 'error');
log(this.importConfig, formatError(error), 'error');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shafeeqd959 Even this line looks like same in both the if and else blocks except the print type (info/error). BTW, Why is the error printed as info.?

antonyagustine pushed a commit that referenced this pull request Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants