Skip to content

Commit

Permalink
fixing package
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jul 8, 2024
1 parent df01f8b commit 03cff93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agent/workers/trigger/playwrightengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
)

var (
node = "node"
app = "npx"
libName = "../../tracetest-js/packages/tracetest-playwright-engine"
// libName = "@tracetest/playwright-engine"
node = "node"
app = "npx"
// libName = "../../tracetest-js/packages/tracetest-playwright-engine"
libName = "@tracetest/playwright-engine"
scriptPath = "script.js"
)

Expand Down

0 comments on commit 03cff93

Please sign in to comment.