You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to implement fs.append, something extremely simple to use this lib for logging purposes. fs.appendFileSync(filePath, JSON.stringify(newObject)+'\n');
The text was updated successfully, but these errors were encountered:
Would be useful to implement fs.append, something extremely simple to use this lib for logging purposes.
fs.appendFileSync(filePath, JSON.stringify(newObject)+'\n');
The text was updated successfully, but these errors were encountered: