From 9f040108a9f5826532d84408be20c0bc9fa95e25 Mon Sep 17 00:00:00 2001 From: ruslan-bikkinin Date: Mon, 18 Sep 2017 14:14:51 +0300 Subject: [PATCH] fix --- scripts/postlink/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postlink/run.js b/scripts/postlink/run.js index fbc1139ef..967ed2ef3 100644 --- a/scripts/postlink/run.js +++ b/scripts/postlink/run.js @@ -4,7 +4,7 @@ var postlinks = [ ]; //run them sequentially -var result = postlinks +postlinks .reduce((p, fn) => p.then(fn), Promise.resolve()) .catch((err) => { console.error(err.message);