Skip to content

Commit cd63bc5

Browse files
committed
Merge pull request #2019 from gdelhumeau/remove-done-output
Remove the "done" message displayed at the end of the compilation with Rhino.
2 parents 20abf0a + f94c41f commit cd63bc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/less/rhino.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,5 +445,4 @@ function writeFile(filename, content) {
445445
writeError(e, options);
446446
quit(1);
447447
}
448-
console.log("done");
449448
}(arguments));

0 commit comments

Comments
 (0)