log HookException
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2022-11-09 16:51:26 +00:00
parent c795339d1c
commit c7a3d26f42
Signed by: apairon
GPG Key ID: 9A9F8F10A937E426

1
index.d.ts vendored
View File

@ -608,6 +608,7 @@ export interface HookException {
bytes?: any
json?: any
file?: string
log?: boolean
[key: string]: any
}