Closed maxlath closed 8 years ago
The same case as in https://github.com/TransforMap/transformap-api/pull/25#issuecomment-186432087 applies. Cannot merge this from here right now, despite it looks nice.
@almereyda I don't get why that would be blocking for this PR
Hmm, in a sense I cannot get americano.start
to test it, if no further documentation is provided to make it work.
You were right.
My error as of 73a2c36b6a56ea1f96af0f89f70bf0968df9dd97
americano.start
isn't aware of promises so it needs to be promisified to stay the consistent with the rest of the code base: having callbacks in the middle of a promise chain is rather ugly and makes things seem hard to refactor