Skip to content

Commit

Permalink
Update ts/sbd-server/server-o-bahn-runner.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Jost Schulte <[email protected]>
  • Loading branch information
neonphog and jost-s authored Jul 8, 2024
1 parent ba3934e commit bd326e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/sbd-server/server-o-bahn-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Srv {

return await new Promise((r, _) => {
rl.on('line', (line) => {
//console.log(`stdout:line:${line}`)
const match = line.match(reReady)
if (match && match.length > 1 && match[1]) {
out.#addr = match[1]
Expand Down

0 comments on commit bd326e9

Please sign in to comment.