fixed shellEscape import

This commit is contained in:
Eugene Pankov
2019-06-18 17:20:37 +02:00
parent ff860fbb0c
commit fac5b7bb3f
3 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import * as path from 'path'
import * as shellEscape from 'shell-escape'
import shellEscape from 'shell-escape'
import { Observable, Subject } from 'rxjs'
import { Injectable, NgZone, EventEmitter } from '@angular/core'
import { ElectronService } from './electron.service'