gkz / grasp

JavaScript structural search, replace, and refactor
http://graspjs.com
MIT License
1.28k stars 33 forks source link

'Maximum call stack size exceeded' error will now not be raised #78

Closed adros closed 9 years ago

adros commented 9 years ago

fixes #77

Changed iterator of async.eachSeries according to suggestions in https://github.com/caolan/async#synchronous-iteration-functions

vendethiel commented 9 years ago

I think you're supposed to modify the originating .ls file

adros commented 9 years ago

Sorry about that. I have pushed modified src file as well.

gkz commented 9 years ago

thanks