jzbrooks / vgo

vector graphic optimization
MIT License
43 stars 2 forks source link

Avoid hanging on projects with no resources #70

Closed jzbrooks closed 2 months ago

jzbrooks commented 2 months ago

When the default filetree (or specified filetree) is empty, Application.run is passed an argument list with no input files. When vgo runs without explict inputs, it waits for stdin inputs. So it appears to hang for gradle projects with no matches.