one more error to obfuscate

This commit is contained in:
Bernard Xie 2022-11-17 16:58:01 -08:00
parent 3f517fd1c3
commit 1658a2e0f4
No known key found for this signature in database
GPG key ID: 3C3E0036CE0F892C

View file

@ -122,7 +122,7 @@ func run(ctx context.Context, ms *xmain.State) (err error) {
defer func() { defer func() {
cleanupErr := pw.Cleanup() cleanupErr := pw.Cleanup()
if cleanupErr != nil { 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())
} }
}() }()
} }