mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(parse-error) comment
This commit is contained in:
parent
99e3f5d95e
commit
98e284074c
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ module.exports = (error) => {
|
|||
columnNumber,
|
||||
} = error;
|
||||
|
||||
// thank you firefox
|
||||
if (isNumber(lineNumber) && isNumber(columnNumber))
|
||||
return [
|
||||
lineNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue