mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
update deps, migrate to pnpm
This commit is contained in:
@@ -179,7 +179,11 @@ async function runCommandLine() {
|
||||
}
|
||||
|
||||
if (process.argv.length === 2) {
|
||||
runQuestions().catch(() => console.error('Exited.'));
|
||||
runQuestions()
|
||||
.catch(() => console.error('Exited.'))
|
||||
.finally(() => process.exit(0));
|
||||
} else {
|
||||
runCommandLine().catch(() => console.error('Exited.'));
|
||||
runCommandLine()
|
||||
.catch(() => console.error('Exited.'))
|
||||
.finally(() => process.exit(0));
|
||||
}
|
||||
|
Reference in New Issue
Block a user