mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
refactor, guard_check, compiling but crash on validateGuards stream output (probably need a proxy class)
This commit is contained in:
@@ -5,8 +5,10 @@ if (process.argv.length < 3)
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
//const server = 'ws://localhost:6005'
|
||||
const server = 'ws://tn4:6005'
|
||||
|
||||
require('../utils-tests.js').TestRig('ws://localhost:6005').then(t=>
|
||||
require('../utils-tests.js').TestRig(server).then(t=>
|
||||
{
|
||||
let wasm = t.findWasm();
|
||||
if (wasm.length != 1)
|
||||
|
||||
Reference in New Issue
Block a user