doc: fix after message in addAsyncListener example

pull/5010/head
Yuriy Nemtsov 2014-02-03 15:53:29 -05:00 committed by Fedor Indutny
parent 2315703035
commit f65ce02ddd
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ Example usage for capturing errors:
fs.writeSync(1, 'uid: ' + storage.uid + ' is about to run\n');
},
after: function onAfter(context, storage) {
fs.writeSync(1, 'uid: ' + storage.uid + ' is about to run\n');
fs.writeSync(1, 'uid: ' + storage.uid + ' ran\n');
},
error: function onError(storage, err) {
// Handle known errors