all-in-one: format source code
This commit is contained in:
parent
6e1e6fc83e
commit
0534ee9077
@ -57,7 +57,7 @@ function include(line, filename) {
|
|||||||
var key = path.basename(filename).toLowerCase();
|
var key = path.basename(filename).toLowerCase();
|
||||||
if (included[key])
|
if (included[key])
|
||||||
return comment(line);
|
return comment(line);
|
||||||
console.error("Including: " + key);
|
console.error('Including: ' + key);
|
||||||
included[key] = true;
|
included[key] = true;
|
||||||
return lines(filename);
|
return lines(filename);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user