Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awto committed Jan 16, 2025
1 parent cd26b45 commit f60c6df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const hook = registerHooks({
assert.strictEqual(url, 'foo://bar');
return nextLoad(
fixtures.fileURL('module-hooks', 'redirected-fs.js').href,
context
context,
);
}),
});
Expand Down

0 comments on commit f60c6df

Please sign in to comment.