From b5d3690873049aaa8ff1fd418cfe790d5d44d7d8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Jan 2023 17:23:15 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- Promise.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Promise.js b/Promise.js index 561e201..bd1fa14 100644 --- a/Promise.js +++ b/Promise.js @@ -202,7 +202,8 @@ module.packed = // values including the individual promises // can we combine the two??? // ...can we split this up into promises and - // other values and Promise.all(..) only the promises??? + // other values and Promise.all(..) only + // the promises??? //res.flat() Promise.all(res) .then(function(res){