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
On line 66 of API_v1_0.js, fs.mkdir() is used without providing a call back function, causing the save to crash. Changing this to fs.mkdirSync() solves the problem.
The text was updated successfully, but these errors were encountered:
On line 66 of API_v1_0.js,
fs.mkdir()
is used without providing a call back function, causing the save to crash. Changing this tofs.mkdirSync()
solves the problem.The text was updated successfully, but these errors were encountered: