mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 03:12:14 +01:00
adds configurable debugging of startup of processes and print out some info from the chrome viable() function for debugging purposes
This commit is contained in:
@@ -6,9 +6,9 @@ type unoconv struct {
|
||||
|
||||
// NewUnoconv retruns a unoconv listener
|
||||
// process.
|
||||
func NewUnoconv() Process {
|
||||
func NewUnoconv(debug bool) Process {
|
||||
return &unoconv{
|
||||
manager: &processManager{},
|
||||
manager: &processManager{verbose: debug},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user