@termly-dev/cli-dev
Advanced tools
@@ -34,7 +34,7 @@ const fs = require('fs'); | ||
| debug: (message) => { | ||
| // TEMPORARY: Always write to file, only console if DEBUG enabled | ||
| // Only log to console and file when DEBUG mode is enabled | ||
| if (process.env.DEBUG === '1' || process.argv.includes('--debug')) { | ||
| console.log(chalk.gray(`[DEBUG] ${message}`)); | ||
| writeToFile('DEBUG', message); | ||
| } | ||
| writeToFile('DEBUG', message); | ||
| }, | ||
@@ -41,0 +41,0 @@ |
+1
-1
| { | ||
| "name": "@termly-dev/cli-dev", | ||
| "version": "0.9.4", | ||
| "version": "0.9.5", | ||
| "description": "Universal terminal access for AI coding assistants (Development version)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
159740
0