mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
build fix
This commit is contained in:
parent
466d862caa
commit
514fdbfb6a
1 changed files with 0 additions and 19 deletions
|
@ -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[]> {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue