fix: don't fail if a filter doesn't match anything

ref #2320
ref #2337
This commit is contained in:
Zoltan Kochan
2020-02-19 23:09:14 +02:00
parent 971c78e9b5
commit 9652ea4f30

View File

@@ -140,8 +140,6 @@ export default async function run (inputArgv: string[]) {
if (!config['parseable']) {
console.log(`No projects matched the filters "${filterResults.unmatchedFilters.join(', ')}" in "${wsDir}"`)
}
process.exit(0)
return
}
config.allProjects = allProjects
config.workspaceDir = wsDir