Skip to content

Commit

Permalink
Fixed wrong resolved value passed to hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Oct 26, 2023
1 parent e5a8b88 commit a25adda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/worker/_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ add('message', ({ data: { options, config: baseURL, code, hooks } }) => {

const resolved = createResolved(
details,
type,
custom || type,
config,
interpreter
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"sticky-module": "^0.1.0"
},
"worker": {
"blob": "sha256-0L4zqFOhFGCP35lbD7rYCrkMg5LPyRFI9ZDDurwnBpo="
"blob": "sha256-aqa2/bVOYF1yNea/54U6hS57pI1yo/vXelBFkoJhXxE="
}
}

0 comments on commit a25adda

Please sign in to comment.