Fix YLT freezing the queue when an incorrect gzip header is sent on a file

This commit is contained in:
Gaël Métais
2015-07-22 15:48:45 +02:00
parent 7779efedf1
commit e342a88f7d
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ var FileMinifier = function() {
});
} else {
debug('Not minfiable type or already minified');
debug('Not minifiable type or already minified');
deferred.resolve(entry);
}