private service constructors

This commit is contained in:
Eugene Pankov
2020-03-16 22:30:11 +01:00
parent 9e862772eb
commit baaebb402e
21 changed files with 21 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ export class PluginManagerService {
private npmReady: Promise<void>
private npm: any
constructor (
private constructor (
log: LogService,
) {
this.logger = log.create('pluginManager')