Created
April 11, 2010 20:29
-
-
Save StanAngeloff/363039 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template recoverable: -> | |
args: arguments[0].flatten() | |
"${args[0].value}: ${ utility 'recoverable' } <- ${args[0].value}" | |
my_async_fn: (err, result) -> | |
.. code here .. | |
recoverable my_async_fn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment