Fix confusing error in database restore
If a database restore failed, users would see a confusing error message: ``` ArgumentError (wrong number of arguments (given 2, expected 0..1)) ``` The `abort` call only takes a string, so simplify the call accordingly.
Showing
Please register or sign in to comment