mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
was missing declaration for a variable
sorry bout that. fixed.
This commit is contained in:
@@ -272,7 +272,7 @@ function printUsage() {
|
||||
|
||||
// If input filenames are surrounded in quotes here, strip the quotes.
|
||||
// Bug #2508
|
||||
filenames = [args[1], args[2]].map(function (arg) {
|
||||
var filenames = [args[1], args[2]].map(function (arg) {
|
||||
var match;
|
||||
|
||||
match = arg.match(/^'(.+)'$/);
|
||||
@@ -494,4 +494,4 @@ function printUsage() {
|
||||
parseLessFile(false, buffer);
|
||||
});
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user