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

This commit is contained in:
2022-11-09 16:51:26 +00:00
parent c795339d1c
commit c7a3d26f42

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
}