Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
testfirela
/
paperclip-app
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
paperclip-app
/
cli
/
src
/
adapters
/
process
/
format-event.ts
github-actions[bot]
deploy 2026-04-24T08:06
8523e75
4 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
138 Bytes
export
function
printProcessStdoutEvent
(
raw:
string
, _debug:
boolean
):
void
{
const
line = raw.
trim
();
if
(line)
console
.
log
(line);
}