mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
remove env from all environment calls except the ones that actually need it
This commit is contained in:
@@ -73,7 +73,7 @@ var Parser = function Parser(env, imports) {
|
||||
|
||||
function getDebugInfo(index) {
|
||||
var filename = env.currentFileInfo.filename;
|
||||
filename = imports.getAbsolutePath(env, filename);
|
||||
filename = imports.getAbsolutePath(filename);
|
||||
|
||||
return {
|
||||
lineNumber: utils.getLocation(index, parserInput.getInput()).line + 1,
|
||||
|
||||
Reference in New Issue
Block a user