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();
|
||||
if (included[key])
|
||||
return comment(line);
|
||||
console.error("Including: " + key);
|
||||
console.error('Including: ' + key);
|
||||
included[key] = true;
|
||||
return lines(filename);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user