silgi 0.20.2 → 0.20.3
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/_chunks/index.mjs +1 -1
- package/dist/cli/common.mjs +1 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/common.mjs
CHANGED
|
@@ -855,7 +855,7 @@ ${injectedResult.code}`;
|
|
|
855
855
|
console.error("Failed to read scan.ts file:", error);
|
|
856
856
|
} else {
|
|
857
857
|
if (error instanceof Error) {
|
|
858
|
-
consola.withTag("silgi").
|
|
858
|
+
consola.withTag("silgi").info(error.message);
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
861
|
return {
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED