From 6922bc1e085dd058562a27a91607e6ad8c26ea29 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 19 Jul 2018 11:14:52 +0200 Subject: [PATCH] lint compliance --- rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc.js b/rpc.js index bc7f0e35a..f64fddd48 100644 --- a/rpc.js +++ b/rpc.js @@ -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);