From 6d05150ae8e45020263d1fd7fbd02d3baf27b813 Mon Sep 17 00:00:00 2001 From: sirpy Date: Wed, 18 Mar 2020 09:23:48 +0200 Subject: [PATCH] fix: remove undefined/unused variable --- sea.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sea.js b/sea.js index 007e4de5..9e08d5f3 100644 --- a/sea.js +++ b/sea.js @@ -196,7 +196,6 @@ } catch(e){ console.log("text-encoding and peculiar/nwebcrypto may not be included by default, please add it to your package.json!"); - TEXT_ENCODING_OR_PECULIAR_WEBCRYPTO_NOT_INSTALLED; }} module.exports = api