When optimizing a CSS file. And `csso.js` contains this line: ```js case null:console.warn("[csstree-match] BREAK after "+os+" iterations") ``` The warn function is missing here: ```js console = { log: function(){}, error: function(txt){ throw txt; } }; ```