From 91a37ac935131906015025e4b525981a3352bc90 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 20 Jul 2022 18:37:14 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 442c8b4..83df7cb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -33,7 +33,7 @@ export class RpcNetwork { }); } async processQueue() { - for (const promise of this._actionQueue) { + for (const promise of this._actionQueue.reverse()) { try { const p = promise(); await p;