BYVoid / continuation

JavaScript asynchronous Continuation-Passing Style transformation (deprecated).
Other
388 stars 42 forks source link

Fix error for debugger statement #40

Closed alhimik45 closed 8 years ago

alhimik45 commented 8 years ago

When debugger; statement was used in program, I got TypeError: this.body[i].transform is not a function . This pull request fixes it.