FreeAllMedia / stimpak

An easy-to-use system for defining, discovering, and re-using code, text, and workflow patterns
http://stimpak.io
MIT License
8 stars 1 forks source link

non fat-arrow functions sent to .then are run with the wrong context #21

Closed dcrockwell closed 8 years ago

dcrockwell commented 8 years ago
stimpak.then(function (stimpak, done) {
    this; // This is set to Staircase instead of the Generator
});