lint compliance

pull/1/head
ansuz 2018-07-19 11:14:52 +02:00
parent fcc54a3c34
commit 6922bc1e08
1 changed files with 1 additions and 1 deletions

2
rpc.js
View File

@ -1399,7 +1399,7 @@ var writeLoginBlock = function (Env, msg, cb) {
nThen(function (w) {
// make sure the path to the file exists
Mkdirp(parsed.dir, w(function (e) {
Fse.mkdirp(parsed.dir, w(function (e) {
if (e) {
w.abort();
cb(e);