From 2768f4fc2f1a948259641612c92b6d05addbbc8f Mon Sep 17 00:00:00 2001 From: Alexander S <126732+heaven@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:00:09 +0200 Subject: [PATCH] Fixes #38 TypeError: console.warn is not a function (ExecJS::ProgramError) #38 --- vendor/csso/csso.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/csso/csso.js b/vendor/csso/csso.js index 71f44bf..4eeac1d 100644 --- a/vendor/csso/csso.js +++ b/vendor/csso/csso.js @@ -7,6 +7,7 @@ console = { log: function(){}, + warn: function(){}, error: function(txt){ throw txt; }