feature(put) patch: change message

This commit is contained in:
coderaiser 2014-03-12 12:00:48 -04:00
parent 774c162b90
commit cc7038f253

View file

@ -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);