mirror of
https://github.com/Myzel394/amiopen.now.git
synced 2025-06-18 15:35:27 +02:00
feat: Remove trailing characters in terminal presentation
This commit is contained in:
parent
1e7bd9a3e1
commit
fe33cec725
@ -20,6 +20,6 @@ export default async function render(
|
||||
case "browser":
|
||||
return context.html(content);
|
||||
case "terminal":
|
||||
return context.text(content);
|
||||
return context.text(content.trimEnd());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user