Skip to content

Commit

Permalink
fix: error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-test-and committed Mar 21, 2022
1 parent 8b8255d commit e810864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function askActionConfirmation({
}

export const checkMissingDependencies = (dependencies: Array<string>): Array<string> => {
log.info(`checking dependencies with process path: ${process.env.PATH}`);
log.error(`checking dependencies with process path: ${process.env.PATH}`);

return dependencies.filter(d => {
try {
Expand Down

0 comments on commit e810864

Please sign in to comment.