Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created April 9, 2012 10:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mmalecki/2342804 to your computer and use it in GitHub Desktop.
Save mmalecki/2342804 to your computer and use it in GitHub Desktop.
var fs = require('fs');
fs.readFile('file', function (ಠ_ಠ, data) {
if (ಠ_ಠ) {
console.log("Node does not approve");
}
});
@edwardhotchkiss
Copy link

mmalecki++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment