Skip to content

Instantly share code, notes, and snippets.

@PandelisZ
Created May 3, 2016 15:29
Show Gist options
  • Save PandelisZ/fe214b4e3e8c5f0d4dad37a766e1bed6 to your computer and use it in GitHub Desktop.
Save PandelisZ/fe214b4e3e8c5f0d4dad37a766e1bed6 to your computer and use it in GitHub Desktop.
fs.writeFile("./snippets.json", output, function(err) {
if(err) {
return console.log(err);
}
console.log('success');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment