mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
unused parameters
This commit is contained in:

committed by
Nick Stefanou

parent
3daf0b394e
commit
a610306f29
@@ -113,7 +113,7 @@ export class SerialSession extends BaseSession {
|
|||||||
await super.destroy()
|
await super.destroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
resize (_, _) {
|
resize (_, _1) {
|
||||||
console.log('resize')
|
console.log('resize')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user