This commit is contained in:
Joe Haddad
2017-05-14 20:57:38 -04:00
parent 5e35645b95
commit 75fc094a5d

View File

@@ -30,7 +30,6 @@ function formatter(results) {
}
let line = message.line || 0;
let column = message.column || 0;
let position = chalk.dim(`Line ${line}:`);
return [
'',