Skip to content

Instantly share code, notes, and snippets.

@jlank
Created August 27, 2012 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlank/3484641 to your computer and use it in GitHub Desktop.
Save jlank/3484641 to your computer and use it in GitHub Desktop.
forever.tail
forever.tail = function (target, options, callback) {
if (!callback && typeof options === 'function') {
callback = options;
options.length = 0;
options.stream = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment