sidlatau / neotest-dart

30 stars 8 forks source link

prevent return nil to neotest #1

Closed huylg closed 1 year ago

huylg commented 1 year ago

hi guys, Flutter won't return status when an application print log. Example: { message = "message", time = 56209 }

Problem: status = nil will make neotest summary crash Solution: return 'running' instead

sidlatau commented 1 year ago

Thanks for the PR, @huylg!