1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 13:13:49 +03:00
This commit is contained in:
Eugene Pankov 2018-10-05 11:36:37 +01:00
parent 78212a9538
commit 5b5d145bd0

View File

@ -7,7 +7,6 @@ import { WSLShellProvider } from './wsl'
import { PowerShellCoreShellProvider } from './powershellCore'
import { WindowsStockShellsProvider } from './windowsStock'
@Injectable()
export class WindowsDefaultShellProvider extends ShellProvider {
private providers: ShellProvider[]