Fix @typescript-eslint/no-floating-promises errors
This commit is contained in:
parent
b9aa271bfc
commit
76912a3d27
13 changed files with 27 additions and 23 deletions
|
|
@ -157,7 +157,7 @@ args.command(
|
|||
(name, args_) => {
|
||||
const pluginName = args_[0];
|
||||
assertPluginName(pluginName);
|
||||
open(`http://ghub.io/${pluginName}`, {wait: false});
|
||||
void open(`http://ghub.io/${pluginName}`, {wait: false});
|
||||
process.exit(0);
|
||||
},
|
||||
['d', 'h', 'home']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue