This commit is contained in:
Shin'ya Ueoka 2018-07-07 14:30:48 +09:00
parent dbe7e1b185
commit 4fa93663d7

View file

@ -123,7 +123,7 @@ const exec = (tab, line, settings) => {
return tabcloseCommand();
case 'qa':
case 'quitall':
return tabcloseAllCommand()
return tabcloseAllCommand();
case '':
return Promise.resolve();
}