Skip to content

Commit 38c6be5

Browse files
committed
ci: debug
1 parent 1247c86 commit 38c6be5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

adex/tests/utils.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ function waitForServerStart(devServerProc) {
4141
serverReady = true
4242
}
4343

44+
console.log(stdout)
45+
4446
if (stdout.match(/localhost:(\d+)/) != null) {
4547
const matchedPort = stdout.match(/localhost:(\d+)/)
4648
devServerURL.port = matchedPort[1]
@@ -71,8 +73,8 @@ function waitForServerStart(devServerProc) {
7173
}
7274

7375
/**
74-
* @param {string} fixturePath
75-
*/
76+
* @param {string} fixturePath
77+
*/
7678
export async function launchDemoDevServer(fixturePath) {
7779
console.log(`launching on ${dir(fixturePath)}`)
7880
/** @type {import('node:child_process').ChildProcess} */

0 commit comments

Comments
 (0)