mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-30 02:54:04 +03:00
unused parameters
This commit is contained in:
parent
3daf0b394e
commit
a610306f29
@ -113,7 +113,7 @@ export class SerialSession extends BaseSession {
|
||||
await super.destroy()
|
||||
}
|
||||
|
||||
resize (_, _) {
|
||||
resize (_, _1) {
|
||||
console.log('resize')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user