-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced early crashing on for example db connect failure (#45)
* Enhanced early crashing on for example db connect failure * Also better returns on the connection fn * More complete error reporting when setup fail * Rename `c` to `setup` for clarity * I never even considered file access errors. * Update backend/src/lumina.gleam Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Ensure 'start_l' returns an error when directory creation fails * Update backend/src/lumina.gleam Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Remove never-returned `Ok(Nil)` * Add in inspection of error message. * Better erroring --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
240889f
commit 1323bc9
Showing
2 changed files
with
70 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters