UNPKG

check-kubernetes-cluster-fixed

Version:
7 lines 238 B
const debugMode = process.env.RUNNER_DEBUG === '1' || process.env.DEBUG_MODE === 'true'; export function debugLog(...args) { if (debugMode && args.length > 0) { console.log(...args); } } //# sourceMappingURL=logging.js.map