We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a857b4b commit c54ff81Copy full SHA for c54ff81
commands/utils/uploader.js
@@ -50,7 +50,7 @@ function upload_zip(lt_config, file_name, prefix = "project", env = "prod") {
50
//Convert the file size to megabytes (optional)
51
let fileSizeInMegabytes = fileSizeInBytes / 1000000.0;
52
if (fileSizeInMegabytes > 400) {
53
- reject("File Size exceed 200 MB limit");
+ reject("File Size exceeds 400 MB limit");
54
return;
55
}
56
get_signed_url(lt_config, prefix, env)
0 commit comments