-
Stan Hu authored
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.
8432cf16
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.