mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
build fix
This commit is contained in:
@@ -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[]> {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user