From 8f4b81b512702871df7cced8397e71b8529a1251 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 17 Mar 2023 17:50:10 -0400 Subject: [PATCH] remove workaround for closure compiler that is now causing problems was added in 5a60e543a5a1729833f61fb696d2374557788db5 --- javascript/olm_pre.js | 1 - 1 file changed, 1 deletion(-) diff --git a/javascript/olm_pre.js b/javascript/olm_pre.js index 314d7da..fa1a3e3 100644 --- a/javascript/olm_pre.js +++ b/javascript/olm_pre.js @@ -14,7 +14,6 @@ if (typeof(window) !== 'undefined') { var bytes = nodeCrypto['randomBytes'](buf.length); buf.set(bytes); }; - process = global["process"]; } else { throw new Error("Cannot find global to attach library to"); }