silgi 0.26.11 → 0.26.12
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/dist/cli/index.mjs
CHANGED
|
@@ -1236,11 +1236,7 @@ ${injectedResult.code}`;
|
|
|
1236
1236
|
if (silgi.options.debug) {
|
|
1237
1237
|
console.error("Failed to read scan.ts file:", error);
|
|
1238
1238
|
} else {
|
|
1239
|
-
|
|
1240
|
-
consola.withTag("silgi").info(error.message);
|
|
1241
|
-
} else {
|
|
1242
|
-
consola.withTag("silgi").error(error);
|
|
1243
|
-
}
|
|
1239
|
+
consola.withTag("silgi").error(error);
|
|
1244
1240
|
}
|
|
1245
1241
|
return {
|
|
1246
1242
|
context,
|