From 5944412fd30013c7f6d39667e11c1c11f0e21628 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 1 Mar 2019 00:02:02 -0500 Subject: [PATCH] typo --- app/api/rpcApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/rpcApi.js b/app/api/rpcApi.js index ffd3083..60fe25f 100644 --- a/app/api/rpcApi.js +++ b/app/api/rpcApi.js @@ -422,7 +422,7 @@ function executeBatchesSequentiallyInternal(batchId, batches, currentIndex, accu executeBatchesSequentiallyInternal(batchId, batches, currentIndex + 1, accumulatedResults, resultFunc); } }).catch(function(err) { - reject(err); + throw err; }); }