kevmoo / completion.dart

A packaged to add shell command completion to your application
https://pub.dev/packages/completion
BSD 3-Clause "New" or "Revised" License
60 stars 11 forks source link

Fix lint error #5

Closed a-siva closed 6 years ago

a-siva commented 6 years ago

ERROR: third_party/dart/completion/lib/src/try_completion.dart:46 The exception variable 'e' isn't used, so the 'catch' clause can be removed. #unused_catch_clause

a-siva commented 6 years ago

/cc @kevmoo

kevmoo commented 6 years ago

Published as 0.2.1+1

a-siva commented 6 years ago

Thanks Kevin.