Skip to content

Fix confusing error in database restore

Stan Hu requested to merge sh-fix-abort-in-database-restore into master

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.

Edited by Stan Hu

Merge request reports

Loading