remove global

This commit is contained in:
2025-12-18 18:43:23 -06:00
parent aa18a8c8d2
commit d50f4119ee
60 changed files with 378 additions and 282 deletions

View File

@@ -1,9 +1,9 @@
return {
test_send: function() {
$_.start(e => {
$start(e => {
send(e.actor, { message: "Hello! Good to go?" }, msg => {
log.console(`Original sender got message back: ${msg}. Stopping!`)
// $_.stop() // Removed
// $stop() // Removed
})
}, "tests/reply_actor")
}