This commit is contained in:
Eugene Pankov
2021-04-16 20:54:21 +02:00
parent e277c52f71
commit 6d89d7a8d0
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ class PTYDataQueue {
buffersToSend.push(this.buffers.shift())
}
if (buffersToSend.length == 0) {
if (buffersToSend.length === 0) {
return
}