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