Skip to content

Commit

Permalink
fix(agent): Playwright Engine Script Name
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jul 10, 2024
1 parent 36cade6 commit 1d54556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/workers/trigger/playwrightengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (te *playwrightTriggerer) Trigger(ctx context.Context, triggerConfig Trigge
}

out, err := start(opts.TraceID.String(), opts.SpanID.String(), triggerConfig.PlaywrightEngine.Target, triggerConfig.PlaywrightEngine.Method, scriptPath)
// os.Remove(scriptPath)
os.Remove(scriptPath)
if err != nil {
return response, err
}
Expand Down

0 comments on commit 1d54556

Please sign in to comment.