Guest User

Untitled

a guest
Jan 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. fs.writeFile('json_files/output_'+id+'.json', ret_vals, function (err) {
  2. if (err)
  3. return console.log(err);
  4. console.log('Success!');
  5. });
Add Comment
Please, Sign In to add comment