kesla / async-replace

Run replace on a string and update it asynchronous
18 stars 6 forks source link

Function is now asynchronous, even when there are no matches. #2

Closed Pimm closed 10 years ago

Pimm commented 11 years ago

You and I made the exact same mistake: the function acted in a synchronous manner if there are no matches.

See http://nodejs.org/api/process.html#process_process_nexttick_callback

moll commented 10 years ago

Any update on this?

kesla commented 10 years ago

missed this completely, released as 1.0.0

Pimm commented 10 years ago

♥.