Created
January 17, 2015 23:47
-
-
Save hayes/9556accc757c63895a19 to your computer and use it in GitHub Desktop.
This file contains 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
var run = require('jsdom-eval') | |
function(js, html, stdout, stderr) { | |
run(js, html, function(data) { | |
(data.method === 'error' ? stderr : stdout).write(data.message) | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment