From 6aa6b706a41bb0fa2454211a3163e44964d819de Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 13 Jun 2019 16:36:22 +0200 Subject: [PATCH] don't release until you think about this XXX a bit more --- storage/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/file.js b/storage/file.js index 58a10ba46..60c90c203 100644 --- a/storage/file.js +++ b/storage/file.js @@ -253,7 +253,7 @@ var listChannels = function (root, handler, cb) { // otherwise throw it on the pile sema.take(function (give) { - var next = w(give()); + var next = w(give()); // XXX validate that it's ok to 'waitFor' here instead of outside the 'take' Fs.stat(filepath, w(function (err, stats) { if (err) { return void handler(err);