UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debugLog = debugLog; function debugLog(...args) { if (process.env['NX_VERBOSE_LOGGING'] === 'true') { console.log('[NX CLOUD]', ...args); } }