mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-20 20:46:31 +00:00
chore: config types and dependencies update (#904)
BREAKING CHANGES: top level types were updated, multiaddr@9.0.0 is used, dialer and keychain internal property names changed and connectionManager minPeers is not supported anymore
This commit is contained in:
@ -50,10 +50,12 @@ async function test () {
|
||||
const out = chunk.toString()
|
||||
|
||||
if (out.includes('Server running at')) {
|
||||
dialerUrl = out.replace('Server running at ', '')
|
||||
dialerUrl = out.split('Server running at ')[1]
|
||||
}
|
||||
|
||||
if (out.includes('✨ Built in ')) {
|
||||
|
||||
if (out.includes('Built in ')) {
|
||||
|
||||
try {
|
||||
const browser = await chromium.launch();
|
||||
const page = await browser.newPage();
|
||||
|
Reference in New Issue
Block a user