removing forgotten commit

This commit is contained in:
meri
2016-01-15 14:37:41 +01:00
parent 9ed82e027d
commit 73f93d4fce

View File

@@ -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 {