Skip to content

Commit

Permalink
fix: bun loader with nsjail
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed May 13, 2024
1 parent c3fb407 commit b1a13be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/windmill-worker/nsjail/run.bun.config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ mount {


mount {
src: "{JOB_DIR}/loader.bun.ts"
dst: "/tmp/{LANG}/loader.bun.ts"
src: "{JOB_DIR}/loader.bun.js"
dst: "/tmp/{LANG}/loader.bun.js"
is_bind: true
mandatory: false
}
Expand Down

0 comments on commit b1a13be

Please sign in to comment.