Skip to content

Commit

Permalink
feat: change log message for not found file #63
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 12, 2021
1 parent a1baf85 commit 07d6f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function execute(rawArgs: string[]): Promise<void> {
}
}
} else {
renderHelp();
console.error('httpYac cannot find the specified file.');
return;
}
} catch (err) {
Expand Down

0 comments on commit 07d6f23

Please sign in to comment.