mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
throw error if variable isnt found
This commit is contained in:
@@ -14,5 +14,6 @@ node.Variable.prototype.eval = function (env) {
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new(Error)("variable " + this.name + " is undefined");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user