*Update dist

This commit is contained in:
Derrick Hammer 2022-07-20 18:37:14 -04:00
parent 8986d45e8e
commit 91a37ac935
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -33,7 +33,7 @@ export class RpcNetwork {
}); });
} }
async processQueue() { async processQueue() {
for (const promise of this._actionQueue) { for (const promise of this._actionQueue.reverse()) {
try { try {
const p = promise(); const p = promise();
await p; await p;