lint compliance
This commit is contained in:
parent
fcc54a3c34
commit
6922bc1e08
2
rpc.js
2
rpc.js
@ -1399,7 +1399,7 @@ var writeLoginBlock = function (Env, msg, cb) {
|
|||||||
|
|
||||||
nThen(function (w) {
|
nThen(function (w) {
|
||||||
// make sure the path to the file exists
|
// make sure the path to the file exists
|
||||||
Mkdirp(parsed.dir, w(function (e) {
|
Fse.mkdirp(parsed.dir, w(function (e) {
|
||||||
if (e) {
|
if (e) {
|
||||||
w.abort();
|
w.abort();
|
||||||
cb(e);
|
cb(e);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user