Pad: New padCheck hook

This commit is contained in:
Richard Hansen 2022-04-08 03:07:36 -04:00
parent a2460a9848
commit f9610452cf
3 changed files with 15 additions and 0 deletions

View file

@ -738,4 +738,6 @@ Pad.prototype.check = async function () {
err.message = pfx + err.message;
throw err;
}
await hooks.aCallAll('padCheck', {pad: this});
};