Closed pwndude closed 6 years ago
(node:9568) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:1248) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
npm\node_modules\scope-chains-closures\node_modules\adventure\index.js
line 288:8
Shop.prototype.save = function (key) { fs.writeFile(this.files[key], JSON.stringify(this.state[key]), function(err){ if(err) throw err; }); };
Fixed with @workshoppers/scope-chains-closures
When the first workshop is selected, the following warning shows at the end of output:
(node:19020) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.