cheminfo/mass-tools

breaking change in patch release of mf-generator

Closed this issue · 3 comments

The function now returns a Promise, which breaks the chromatography package
Commit: a9dbc39

Moreover, there is nothing async happening in the function, so it could just stay sync.

I understand why you did the change, but it is a huge break and extremely annoying to work with it.

I guess there's not much we can do here apart from propagating the change to the other package...