Fix more `openings`

This commit is contained in:
imbolc 2018-10-26 10:45:29 +07:00
parent 4c67f8ec4a
commit 222b9b8b81
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ it will be to keep track of the purpose of each. Its best to group the
configuration variables into one structure to make their purpose clear.
The third problem is that weve used `expect` to print an error message when
opening the file fails, but the error message just prints
`something went wrong`. Opening a file can fail in a number of ways: for
reading the file fails, but the error message just prints
`something went wrong`. Reading a file can fail in a number of ways: for
example, the file could be missing, or we might not have permission to open
it. Right now, regardless of the situation, wed print the
`something went wrong` error message, which wouldn't give the user any