mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
removing forgotten commit
This commit is contained in:
@@ -238,7 +238,7 @@ module.exports = function() {
|
||||
if (err) {
|
||||
fail("ERROR: " + (err && err.message));
|
||||
if (isVerbose) {
|
||||
process.stdout.write("\n"); //fixme: meri probably here is bug
|
||||
process.stdout.write("\n");
|
||||
if (err.stack) {
|
||||
process.stdout.write(err.stack + "\n");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user