mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
fixed #3982
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Component, Input, Output, EventEmitter } from '@angular/core'
|
import { Component, Input, Output, EventEmitter } from '@angular/core'
|
||||||
import type { FileEntry } from 'ssh2-streams'
|
import type { FileEntry } from 'ssh2-streams'
|
||||||
import { SSHSession, SFTPSession } from '../api'
|
import { SSHSession, SFTPSession } from '../api'
|
||||||
import * as path from 'path'
|
import { posix as path } from 'path'
|
||||||
import * as C from 'constants'
|
import * as C from 'constants'
|
||||||
import { FileUpload, PlatformService } from 'terminus-core'
|
import { FileUpload, PlatformService } from 'terminus-core'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user