Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active October 9, 2017 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelmaeuer/6170c7b5c5afae0fbc5cb4872a404397 to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/6170c7b5c5afae0fbc5cb4872a404397 to your computer and use it in GitHub Desktop.
fs.appendFile('message.txt', 'data to append', function (err) {
if (err) throw err;
console.log('The "data to append" was appended to file!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment