mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(server) minify: params -> error, params
This commit is contained in:
parent
cb00e547c6
commit
6c4bc65bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@
|
|||
result = isMin && check;
|
||||
|
||||
Util.ifExec(!result,
|
||||
function(params) {
|
||||
function(error, params) {
|
||||
var sendName = params && params.name || name;
|
||||
|
||||
main.sendFile({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue