fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-07 23:51:40 +00:00
parent 7bd12e7a01
commit 260af690ff

View File

@ -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;
}