Files
cell/tests/contact.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

9 lines
132 B
JavaScript

// Test to connect to a portal
$_.contact((actor, reason) => {
}, {
address: "localhost",
port: 5678,
password: "abc123"
});