mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: enhance spawn debugging info
This commit is contained in:
parent
848fbc51b9
commit
2b220fb884
@ -162,7 +162,7 @@ export const createPocketbaseService = async (
|
||||
args.push(`--http`)
|
||||
args.push(mkInternalAddress(port))
|
||||
}
|
||||
dbg(`Spawning ${slug}`, { bin, args })
|
||||
dbg(`Spawning ${slug}`, { bin, args, cli: [bin, ...args].join(' ') })
|
||||
const ls = spawn(bin, args)
|
||||
cm.add(() => ls.kill())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user