Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Oct 13, 2022
1 parent 079c6c0 commit 91fa23c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/check_3pp_licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ async function main() {
info(`Using "review" mode for project: ${project}`);
args.push('-review', '-token', personalAccessToken, '-project', project);
}
const dashError = getErrorFromStatus(spawn(
'java', args,
{ stdio: ['ignore', 'ignore', 'inherit'] }
));
const dashError = getErrorFromStatus(spawn('java', args, {
stdio: ['ignore', 'ignore', 'inherit']
}));
if (dashError) {
warn(dashError);
}
Expand Down

0 comments on commit 91fa23c

Please sign in to comment.