Skip to content

Instantly share code, notes, and snippets.

@chakrit
Created November 22, 2012 15:44
Show Gist options
  • Save chakrit/4131791 to your computer and use it in GitHub Desktop.
Save chakrit/4131791 to your computer and use it in GitHub Desktop.
var logMe = function(args) { logMe.args = arguments; };
logMe.reset = function() { logMe.args = null; };
module.exports = logMe;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment