Skip to content

Instantly share code, notes, and snippets.

@dreverri
Created July 15, 2010 06:48
Show Gist options
  • Save dreverri/476593 to your computer and use it in GitHub Desktop.
Save dreverri/476593 to your computer and use it in GitHub Desktop.
// log the structure of the value passed to the function
precommitHook: function(value) {
ejsLog("log/js.log", value.toSource());
return value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment