Stop spinner for deleted/disabled info messages

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Michel Roegl-Brunner
2026-06-16 11:07:23 +02:00
parent 3b79629261
commit 57c2c88c53
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ color
msg_error "This script is no longer available in community-scripts."
msg_error "${deletedMessage.replace(/"/g, '\\"')}"
msg_info "More info: https://community-scripts.org/scripts/${slug}"
msg_warn "More info: https://community-scripts.org/scripts/${slug}"
exit 1
`;
fs.writeFileSync(stubPath, content);