Skip to content

Commit 6d98968

Browse files
Update templates/cli/lib/commands/push.js.twig
1 parent f029919 commit 6d98968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ const pushFunction = async ({ functionId, all, yes, async } = {}) => {
450450
updaterRow.fail({ errorMessage: 'Not found in the current directory. Skipping...' })
451451
break;
452452
default:
453-
updaterRow.fail({ errorMessage: e.message ?? 'General error occurs please try again' })
453+
updaterRow.fail({ errorMessage: e.message ?? 'An unknown error occurred. Please try again.' })
454454
}
455455
}
456456

0 commit comments

Comments
 (0)