@qlucent/fishi-core 0.16.1 → 0.16.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8834,7 +8834,7 @@ const isMain = process.argv[1] &&
|
|
|
8834
8834
|
if (isMain) {
|
|
8835
8835
|
const raw = process.argv[2];
|
|
8836
8836
|
if (!raw) {
|
|
8837
|
-
console.error(
|
|
8837
|
+
console.error("[FISHI] Usage: node .fishi/scripts/monitor-emitter.mjs " + JSON.stringify({"type":"...","agent":"...","data":{}}));
|
|
8838
8838
|
process.exit(1);
|
|
8839
8839
|
}
|
|
8840
8840
|
|