Fix lint
This commit is contained in:
parent
dbe7e1b185
commit
4fa93663d7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ const exec = (tab, line, settings) => {
|
||||||
return tabcloseCommand();
|
return tabcloseCommand();
|
||||||
case 'qa':
|
case 'qa':
|
||||||
case 'quitall':
|
case 'quitall':
|
||||||
return tabcloseAllCommand()
|
return tabcloseAllCommand();
|
||||||
case '':
|
case '':
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue