Skip to content

Commit

Permalink
perf: remove debug timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Sep 12, 2024
1 parent 051bb27 commit be049a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/pylon-dev/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ async function main(options: ArgOptions, command: Command) {
})
}

await new Promise(resolve => setTimeout(resolve, 1000))

currentProc = spawn(options.command, {
shell: true,
stdio: 'inherit',
Expand Down

0 comments on commit be049a0

Please sign in to comment.