@primitive.ai/prim 0.1.0-alpha.38 → 0.1.0-alpha.40
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
|
@@ -1634,7 +1634,7 @@ function formatRecentHuman(result) {
|
|
|
1634
1634
|
}
|
|
1635
1635
|
if (result.author !== void 0 && result.decisions.length === 0) {
|
|
1636
1636
|
if (result.authorHasDecisions === true) {
|
|
1637
|
-
return `[prim] recent \xB7 ${result.author.name} \xB7 0 decisions in this window (older decisions exist \u2014 widen --since
|
|
1637
|
+
return `[prim] recent \xB7 ${result.author.name} \xB7 0 decisions in this window (older decisions exist \u2014 widen --since)`;
|
|
1638
1638
|
}
|
|
1639
1639
|
if (result.authorHasDecisions === false) {
|
|
1640
1640
|
return `[prim] recent \xB7 ${result.author.name} \xB7 no feed-visible decisions yet (if unexpected, check prim setup/doctor on their machine and the repo they work in)`;
|
package/package.json
CHANGED