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 b87ae49 commit 08dcfddCopy full SHA for 08dcfdd
templates/node/src/client.ts.twig
@@ -201,7 +201,7 @@ class Client {
201
const file = Object.values(originalPayload).find((value) => value instanceof File);
202
203
if (!file) {
204
- throw new Error('No file found in payload');
+ throw new Error('File not found in payload');
205
}
206
207
if (file.size <= Client.CHUNK_SIZE) {
templates/web/src/client.ts.twig
@@ -622,7 +622,7 @@ class Client {
622
623
624
625
626
627
628
0 commit comments