Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#274)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* fix: fixed lint error

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Florian Weber <fl-weber@t-online.de>
  • Loading branch information
3 people authored Jan 5, 2021
1 parent 2705e25 commit 10a84c5
Show file tree
Hide file tree
Showing 2 changed files with 749 additions and 1,748 deletions.
2 changes: 1 addition & 1 deletion packages/@averjs/shared-utils/lib/openBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function executeNodeScript(scriptPath: string | undefined, url: string) {
'The script specified as BROWSER environment variable failed.'
)
);
console.log(`${chalk.cyan(scriptPath)} exited with code ${code}.`);
console.log(`${chalk.cyan(scriptPath)} exited with code ${code || ''}.`);
console.log();
}
});
Expand Down
Loading

0 comments on commit 10a84c5

Please sign in to comment.