db.errors: update ignore-error parameter list to be more self-documented
parent
14f6f920ea
commit
853d470179
|
@ -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 -- )
|
||||
|
|
Loading…
Reference in New Issue