mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(put) patch: change message
This commit is contained in:
parent
774c162b90
commit
cc7038f253
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@
|
|||
patchFile(patch);
|
||||
});
|
||||
else
|
||||
error = 'File is to big. Disable diff.';
|
||||
error = 'File is to big. ' +
|
||||
'Could not patch files ' +
|
||||
'bigger then' + MAX_SIZE;
|
||||
|
||||
if (error)
|
||||
func(error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue