mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fixes #602
This commit is contained in:
@@ -143,7 +143,7 @@ function loadStyleSheet(sheet, callback, reload, remaining) {
|
||||
new(Date)(styles.timestamp).valueOf())) {
|
||||
// Use local copy
|
||||
createCSS(styles.css, sheet);
|
||||
callback(null, sheet, { local: true, remaining: remaining });
|
||||
callback(null, null, data, sheet, { local: true, remaining: remaining });
|
||||
} else {
|
||||
// Use remote copy (re-parse)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user