• Stan Hu's avatar
    Fix confusing error in database restore · 8432cf16
    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
database.rb 2.89 KB