mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
missing return statement causing failing tests
This commit is contained in:
@@ -222,6 +222,7 @@ less.refresh = function (reload, modifyVars, clearFileCache) {
|
||||
if (e) {
|
||||
errors.add(e, e.href || sheet.href);
|
||||
reject(e);
|
||||
return;
|
||||
}
|
||||
if (webInfo.local) {
|
||||
less.logger.info("loading " + sheet.href + " from cache.");
|
||||
|
||||
Reference in New Issue
Block a user