lint compliance or something

This commit is contained in:
ansuz
2018-01-29 14:26:24 +01:00
parent f134f11b73
commit 8e2c9ebfa3
3 changed files with 12 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ var write = function (env, task, cb) {
return void cb(err);
}
}));
}).nThen(function (w) {
}).nThen(function () {
// write the file to the path
Fs.writeFile(mkPath(env, id), str, function (e) {
if (e) { return void cb(e); }