Files
cell/tests/underling.js
John Alanbrook 69df7302d5
Some checks failed
Build and Deploy / build-linux (push) Failing after 1m41s
Build and Deploy / build-windows (CLANG64) (push) Failing after 9m19s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
initial attempt at portal and contact
2025-03-06 21:18:05 -06:00

6 lines
90 B
JavaScript

var os = use('os')
$_.receiver(e => {
console.log(`got message: ${json.encode(e)}`)
})