missing return statement causing failing tests

This commit is contained in:
Luke Page
2014-11-22 18:46:02 +00:00
parent 89c95af070
commit b51691ccee

View File

@@ -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.");