@tryarcanist/cli 0.1.282 → 0.1.283
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
|
@@ -8077,7 +8077,7 @@ async function anubisCommand(prUrl, options = {}, command) {
|
|
|
8077
8077
|
}
|
|
8078
8078
|
});
|
|
8079
8079
|
emit(command, options, result, (payload) => {
|
|
8080
|
-
console.log(`Anubis: ${sanitizeTerminalText(payload.verdict ?? "
|
|
8080
|
+
console.log(`Anubis: ${sanitizeTerminalText(payload.verdict ?? "no verdict")}.`);
|
|
8081
8081
|
if (payload.summary) console.log(sanitizeTerminalText(payload.summary));
|
|
8082
8082
|
});
|
|
8083
8083
|
}
|