We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b13ba commit 0068851Copy full SHA for 0068851
1 file changed
src/commands/app/pack.js
@@ -177,7 +177,7 @@ class Pack extends BaseCommand {
177
this.spinner.succeed('Got api-mesh config')
178
} catch (err) {
179
// Ignore error if no mesh found, otherwise throw
180
- 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.')) {
181
aioLogger.debug('No api-mesh config found')
182
} else {
183
console.error(err)
0 commit comments