Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created April 11, 2010 20:29
Show Gist options
  • Save StanAngeloff/363039 to your computer and use it in GitHub Desktop.
Save StanAngeloff/363039 to your computer and use it in GitHub Desktop.
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