mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-01 00:39:55 +00:00
build fix
This commit is contained in:
parent
466d862caa
commit
514fdbfb6a
@ -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…
x
Reference in New Issue
Block a user