Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/app/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Pack extends BaseCommand {
this.spinner.succeed('Got api-mesh config')
} catch (err) {
// Ignore error if no mesh found, otherwise throw
if (err?.message.includes('Error: Unable to get mesh config. No mesh found for Org')) {
if (err?.message.includes('Error: Unable to get mesh config.')) {
aioLogger.debug('No api-mesh config found')
} else {
console.error(err)
Expand Down