build fix

This commit is contained in:
Eugene Pankov 2017-07-30 21:24:27 +02:00
parent 466d862caa
commit 514fdbfb6a

View file

@ -1,19 +0,0 @@
import * as fs from 'mz/fs'
import * as path from 'path'
import { Injectable } from '@angular/core'
import { ConfigService, HostAppService, Platform, ElectronService } from 'terminus-core'
import { ShellProvider, IShell } from './api'
@Injectable()
export class POSIXShellsProvider extends ShellProvider {
constructor (
private hostApp: HostAppService,
) {
super()
}
async provide (): Promise<IShell[]> {
}
}