build fix

This commit is contained in:
Eugene Pankov
2018-09-22 12:19:14 +02:00
parent 5863ea0de1
commit e315654d0a

View File

@@ -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,
] ]