one more error to obfuscate
This commit is contained in:
parent
3f517fd1c3
commit
1658a2e0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ func run(ctx context.Context, ms *xmain.State) (err error) {
|
|||
defer func() {
|
||||
cleanupErr := pw.Cleanup()
|
||||
if cleanupErr != nil {
|
||||
ms.Log.Error.Printf("error cleaning up playwright: %v", cleanupErr.Error())
|
||||
ms.Log.Error.Printf("error cleaning up png exporter: %v", cleanupErr.Error())
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue