From e315654d0a190778fbb46260214134806c58a89b Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 22 Sep 2018 12:19:14 +0200 Subject: [PATCH] build fix --- terminus-terminal/src/shells/winDefault.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terminus-terminal/src/shells/winDefault.ts b/terminus-terminal/src/shells/winDefault.ts index db923e73..54085eff 100644 --- a/terminus-terminal/src/shells/winDefault.ts +++ b/terminus-terminal/src/shells/winDefault.ts @@ -1,4 +1,3 @@ -import { exec } from 'mz/child_process' import { Injectable } from '@angular/core' import { HostAppService, Platform } from 'terminus-core' @@ -21,7 +20,7 @@ export class WindowsDefaultShellProvider extends ShellProvider { ) { super() this.providers = [ - psc + psc, wsl, stock, ]