mirror of
https://github.com/less/less.js.git
synced 2026-01-24 06:38:05 -05:00
Merge pull request #2019 from gdelhumeau/remove-done-output
Remove the "done" message displayed at the end of the compilation with Rhino.
This commit is contained in:
@@ -445,5 +445,4 @@ function writeFile(filename, content) {
|
||||
writeError(e, options);
|
||||
quit(1);
|
||||
}
|
||||
console.log("done");
|
||||
}(arguments));
|
||||
|
||||
Reference in New Issue
Block a user