fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-13 11:04:01 +00:00
parent 6320be028f
commit f3a7447b3b

View File

@ -3,7 +3,7 @@ import * as plugins from './smartfile-destination-file.plugins';
export class SmartlogDestinationFile implements plugins.smartlogInterfaces.ILogDestination {
public async handleLog (logPackageArg: plugins.smartlogInterfaces.ILogPackage) {
}
constructor() {