@cryptic-css/core
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@cryptic-css/core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "> TODO: description", | ||
@@ -35,3 +35,3 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", | ||
}, | ||
"gitHead": "d7cfc611403fbed1df4100d23b6b64e3b297e795" | ||
"gitHead": "b1e9a6df693570f88c1602647bfe1a4c1c0063f0" | ||
} |
@@ -14,5 +14,5 @@ import options from './options' | ||
: (...args) => { | ||
if (!IS_PROD && args[3]) { | ||
if (!IS_PROD) { | ||
try { | ||
args[3](args) | ||
args[3] && args[3](args) | ||
// eslint-disable-next-line no-empty | ||
@@ -19,0 +19,0 @@ } catch {} |