mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 17:09:59 +00:00
fixed #3982
This commit is contained in:
parent
c29659e13c
commit
cdf97f3b31
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user