Skip to content

Commit ba1cef9

Browse files
Update packages/runtime/src/helpers/verification.ts
Co-authored-by: Eduardo Bouças <[email protected]>
1 parent 6bf0713 commit ba1cef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/verification.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const checkZipSize = async (file: string, maxSize: number = LAMBDA_MAX_SI
111111
// Enabling this without contacting them can result in failed deploys.
112112
if (isBundleSizeCheckDisabled()) {
113113
console.warn(
114-
'Function bundle size check was DISABLED with the DISABLE_BUNDLE_ZIP_SIZE_CHECK environment. Your deployment will break if it exceeds the maximum supported size of function zip files in your account.',
114+
'Function bundle size check was DISABLED with the DISABLE_BUNDLE_ZIP_SIZE_CHECK environment variable. Your deployment will break if it exceeds the maximum supported size of function zip files in your account.',
115115
)
116116
return
117117
}

0 commit comments

Comments
 (0)