diff --git a/src/config.ts b/src/config.ts index ebbce60c..08b45c5e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -30,7 +30,7 @@ export class Config { _debug = false action: ActionBase = new Action() errorsHandled = false - context: object = {} + context: any = {} errlog?: string constructor() {