mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-14 00:07:07 +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) {
|
if (error) {
|
||||||
console.error(
|
console.error(
|
||||||
`The configured history directory in which boards are stored ${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}".`
|
`It is currently set to "${directory}".`
|
||||||
);
|
);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|
Loading…
Reference in a new issue