Open seguins opened 9 years ago
fixes #162
This patch fixes exception in the _editMain method if there is no main on file. Indeed, the method isPossibleDartEntry of code_transformers (that filters files for the InjectorGenerator) may return true even if there is no main.
isPossibleDartEntry
Can anyone review my Pull Request ?
fixes #162
This patch fixes exception in the _editMain method if there is no main on file. Indeed, the method
isPossibleDartEntry
of code_transformers (that filters files for the InjectorGenerator) may return true even if there is no main.