mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(minify) callback: params -> error, params
This commit is contained in:
parent
3980819674
commit
1ce1bfbd37
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
if (changed || !exists)
|
||||
Minify.optimize(name, params);
|
||||
else
|
||||
Util.exec(params.callback, {
|
||||
Util.exec(params.callback, null, {
|
||||
name: minifyName
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue