mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(put) flop.read: size -> size raw
This commit is contained in:
parent
6af872885b
commit
a46dd3b315
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
break;
|
||||
|
||||
case 'patch':
|
||||
flop.read(name, 'size', function(error, size) {
|
||||
flop.read(name, 'size raw', function(error, size) {
|
||||
var MAX_SIZE = CloudFunc.MAX_FILE_SIZE;
|
||||
|
||||
if (!error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue