From 260af690ffd2d274cf9a1c8217e6b2f9875c989b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 7 Sep 2020 23:51:40 +0000 Subject: [PATCH] fix(core): update --- ts/smartlog.classes.smartlog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartlog.classes.smartlog.ts b/ts/smartlog.classes.smartlog.ts index e3f9ae0..61bfe45 100644 --- a/ts/smartlog.classes.smartlog.ts +++ b/ts/smartlog.classes.smartlog.ts @@ -34,7 +34,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination { /** * enables console logging */ - public enableConsole(optionsArg?: { captureAll: boolean }) { + public enableConsole(optionsArg?: { }) { this.consoleEnabled = true; }