mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
fixed shellEscape import
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user