mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 12:24:51 +00:00
chore: enhance spawn debugging info
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user