mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
build fix
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import { exec } from 'mz/child_process'
|
|
||||||
import { Injectable } from '@angular/core'
|
import { Injectable } from '@angular/core'
|
||||||
import { HostAppService, Platform } from 'terminus-core'
|
import { HostAppService, Platform } from 'terminus-core'
|
||||||
|
|
||||||
@@ -21,7 +20,7 @@ export class WindowsDefaultShellProvider extends ShellProvider {
|
|||||||
) {
|
) {
|
||||||
super()
|
super()
|
||||||
this.providers = [
|
this.providers = [
|
||||||
psc
|
psc,
|
||||||
wsl,
|
wsl,
|
||||||
stock,
|
stock,
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user