mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.error: Expose is_error on registry objects for convenience
This commit is contained in:
parent
d9c8000cc7
commit
600e9c1f40
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ local function init(source, namespace, registry)
|
|||
return nil, wrap(err);
|
||||
end;
|
||||
wrap = wrap;
|
||||
is_error = is_error;
|
||||
};
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue