mirror of
https://github.com/less/less.js.git
synced 2026-02-03 11:35:08 -05:00
fix error messages with no index
This commit is contained in:
@@ -19,7 +19,7 @@ tree.mixin.Call.prototype = {
|
||||
rules, mixins[m].eval(this.arguments, env).rules);
|
||||
match = true;
|
||||
} catch (e) {
|
||||
throw { message: e.message, index: e.index, call: this.index };
|
||||
throw { message: e.message, index: e.index, stack: e.stack, call: this.index };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user