Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RocketChat
Rocket.Chat.Apps-cli
Commits
2c24130d
Unverified
Commit
2c24130d
authored
Oct 30, 2020
by
Douglas Gubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint error
parent
3dfcf495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/commands/submit.ts
src/commands/submit.ts
+1
-1
No files found.
src/commands/submit.ts
View file @
2c24130d
...
...
@@ -221,7 +221,7 @@ export default class Submit extends Command {
return
res
.
json
();
}
}
private
reportDiagnostics
(
diag
:
Array
<
ICompilerDiagnostic
>
):
void
{
diag
.
forEach
((
d
)
=>
this
.
error
(
d
.
message
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment