Skip to content

Commit

Permalink
Merge pull request #7 from tribut/fix-raiselogin
Browse files Browse the repository at this point in the history
Fix unknown function vl:raise-login
  • Loading branch information
benibela authored Sep 21, 2024
2 parents ecf8fc9 + c044fc3 commit 9fa9e84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mockvidelibri.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ declare function vl:raise($x) {
declare function vl:raise-login($x) {
vl:raise("login error: " || $x)
};
declare function vl:raise-login() {
vl:raise("login error")
};
declare function vl:raise-timeout($x) {
vl:raise("Timeout: " || $x)
};
Expand Down

0 comments on commit 9fa9e84

Please sign in to comment.