client example updates
This commit is contained in:
parent
be98fc6cf8
commit
0bdd071876
4 changed files with 27 additions and 14 deletions
|
|
@ -21,7 +21,7 @@ async function dump (version, force) {
|
|||
const random = ((Math.random() * 100) | 0)
|
||||
const port = 19130 + random
|
||||
|
||||
const handle = await vanillaServer.startServerAndWait(version || CURRENT_VERSION, 1000 * 120, { 'server-port': port, path: 'bds_' })
|
||||
const handle = await vanillaServer.startServerAndWait(version || CURRENT_VERSION, 1000 * 120, { 'server-port': port })
|
||||
|
||||
console.log('Started server')
|
||||
const client = new Client({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue