1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 02:54:04 +03:00

unused parameters

This commit is contained in:
Nikolaos Stefanou 2020-02-25 20:08:43 +00:00 committed by Nick Stefanou
parent 3daf0b394e
commit a610306f29

View File

@ -113,7 +113,7 @@ export class SerialSession extends BaseSession {
await super.destroy()
}
resize (_, _) {
resize (_, _1) {
console.log('resize')
}