From 2edc56b91996288f1a86c3fe409d8e3d85dc7e8f Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 6 Jul 2018 09:25:38 -0400 Subject: [PATCH] :us: --- src/cli/error.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/error.ts b/src/cli/error.ts index b7ca81371655..cfe6a3e72d67 100644 --- a/src/cli/error.ts +++ b/src/cli/error.ts @@ -8,9 +8,9 @@ export default function error(err) { stderr(`${clorox.red(err.message || err)}`); if (err.frame) { - stderr(err.frame); // eslint-disable-line no-console + stderr(err.frame); } else if (err.stack) { - stderr(`${clorox.grey(err.stack)}`); + stderr(`${clorox.gray(err.stack)}`); } process.exit(1);