mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-12 23:37:14 +00:00
Merge pull request #227 from iblech/patch-3
Fix tiny typo in error message
This commit is contained in:
commit
3122025a55
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function check_output_directory(directory) {
|
|||
if (error) {
|
||||
console.error(
|
||||
`The configured history directory in which boards are stored ${error}.` +
|
||||
`\nThe history directory can be configured with the environment variable HISTORY_DIR. ` +
|
||||
`\nThe history directory can be configured with the environment variable WBO_HISTORY_DIR. ` +
|
||||
`It is currently set to "${directory}".`
|
||||
);
|
||||
process.exit(1);
|
||||
|
|
Loading…
Reference in a new issue