Skip to content

Commit

Permalink
refactor: use executableName in warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Jan 31, 2024
1 parent 0671932 commit b3c4fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const checkNodeVersion = () => {
) {
console.warn(
chalk.yellow(
`Warning: tui-test works best when using a supported node versions (which ${nodeVersion} is not).\n`
`Warning: ${executableName} works best when using a supported node versions (which ${nodeVersion} is not).\n`
)
);
}
Expand Down

0 comments on commit b3c4fc8

Please sign in to comment.