Skip to content

Commit

Permalink
Fix prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-craig committed Mar 26, 2021
1 parent af79925 commit f548d4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/closure-compiler-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -970,9 +970,9 @@ class ClosureCompilerPlugin {
if (stdErrData instanceof Error) {
this.reportErrors(compilation, [
{
level: 'error',
description: stdErrData.message,
}
level: 'error',
description: stdErrData.message,
},
]);
reject();
return;
Expand Down Expand Up @@ -1014,7 +1014,7 @@ class ClosureCompilerPlugin {
{
level: 'error',
description: `Closure compiler exited with code ${exitCode}.`,
}
},
]);
}

Expand Down

0 comments on commit f548d4a

Please sign in to comment.