db.errors: update ignore-error parameter list to be more self-documented

char-rename
Alexander Iljin 2016-06-28 09:13:16 +03:00 committed by John Benediktsson
parent 14f6f920ea
commit 853d470179
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ TUPLE: sql-index-exists < sql-error name ;
: <sql-index-exists> ( name -- error )
f swap sql-index-exists boa ;
: ignore-error ( quot word -- )
: ignore-error ( quot check: ( error -- ? ) -- )
'[ dup @ [ drop ] [ rethrow ] if ] recover ; inline
: ignore-table-exists ( quot -- )