mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
Merge branch 'master' of https://github.com/less/less.js
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = function(window, options, logger) {
|
||||
cache.setItem(path + ':timestamp', lastModified);
|
||||
} catch(e) {
|
||||
//TODO - could do with adding more robust error handling
|
||||
logger.error('failed to save');
|
||||
logger.error('failed to save "' + path + '" to local storage for caching.');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user