fleetbo-cockpit-cli 1.0.118 → 1.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -309,8 +309,8 @@ if (command === 'alex') {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
if (actualMetalCode) {
|
|
312
|
-
const sourceText = fs.existsSync(localKtPath) ? "LOCAL" : "CACHE";
|
|
313
|
-
process.stdout.write(` \x1b[32mFOUND METAL
|
|
312
|
+
//const sourceText = fs.existsSync(localKtPath) ? "LOCAL" : "CACHE";
|
|
313
|
+
process.stdout.write(` \x1b[32mFOUND METAL\x1b[0m\n`);
|
|
314
314
|
|
|
315
315
|
// Extraction des schémas mémoires (uniquement dispo dans le cache cloud)
|
|
316
316
|
let memoryScript = "";
|