Unverified Commit 75fc094a authored by Joe Haddad's avatar Joe Haddad
Browse files

Fix CI

parent 5e35645b
Showing with 0 additions and 1 deletion
+0 -1
...@@ -30,7 +30,6 @@ function formatter(results) { ...@@ -30,7 +30,6 @@ function formatter(results) {
} }
let line = message.line || 0; let line = message.line || 0;
let column = message.column || 0;
let position = chalk.dim(`Line ${line}:`); let position = chalk.dim(`Line ${line}:`);
return [ return [
'', '',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment