mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 10:59:54 +00:00
lint
This commit is contained in:
parent
e277c52f71
commit
6d89d7a8d0
@ -40,7 +40,7 @@ class PTYDataQueue {
|
|||||||
buffersToSend.push(this.buffers.shift())
|
buffersToSend.push(this.buffers.shift())
|
||||||
}
|
}
|
||||||
|
|
||||||
if (buffersToSend.length == 0) {
|
if (buffersToSend.length === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,6 +168,7 @@ export class Session extends BaseSession {
|
|||||||
|
|
||||||
if (!pty) {
|
if (!pty) {
|
||||||
// filter out empty env
|
// filter out empty env
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const { '': _, ...env } = {
|
const { '': _, ...env } = {
|
||||||
...process.env,
|
...process.env,
|
||||||
TERM: 'xterm-256color',
|
TERM: 'xterm-256color',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user