Skip to content

Commit 827edb1

Browse files
author
retyui
committed
Merge pull request #1 from robario/patch-1
Fix typo
2 parents ab0b292 + febf272 commit 827edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (css, map) {
1111

1212
new CleanCSS(cleanCssOpti).minify(css, function (err, minified) {
1313
if ( err ) {
14-
if (Array.isArray(err) && (arr[0] != null)) {
14+
if (Array.isArray(err) && (err[0] != null)) {
1515
return callback(err[0]);
1616
}else{
1717
return callback(err);

0 commit comments

Comments
 (0)