mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(put) rm deprecated patch
This commit is contained in:
parent
0640fdb734
commit
825d58a3ae
1 changed files with 0 additions and 11 deletions
|
|
@ -44,17 +44,6 @@
|
|||
case 'unzip':
|
||||
packer.unpack(readStream, name, onSave);
|
||||
break;
|
||||
|
||||
case 'patch':
|
||||
patch(name, readStream, function(error, msg) {
|
||||
var deprecated = '[Deprecated. Clear cache to use new API]';
|
||||
|
||||
if (!error)
|
||||
msg = deprecated + msg;
|
||||
|
||||
callback(error, msg);
|
||||
});
|
||||
break;
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue