querysub 0.191.0 → 0.192.0
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/package.json
CHANGED
|
@@ -71,7 +71,7 @@ async function main() {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
if (yargObj.filter) {
|
|
74
|
-
console.log(magenta(`Only running functions that match the filter: ${yargObj.filter}.
|
|
74
|
+
console.log(magenta(`Only running functions that match the filter: ${yargObj.filter}. Either use --fncfilter dev in your http server to can calls here, or use ?setfncfilter=${yargObj.filter} in the browser to trigger functions that match this filter.`));
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
logErrors(main());
|