UNPKG

knxultimate

Version:

KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.

9 lines (8 loc) 274 B
// Force colorized output for node --test runs even when CI is set if (!process.env.FORCE_COLOR) { process.env.FORCE_COLOR = '1' } // Some tools also look at NO_COLOR; ensure it is cleared so colors stay enabled if (process.env.NO_COLOR) { delete process.env.NO_COLOR }