@@ -1218,7 +1218,7 @@ opt-in to using the non-default behavior:
|
1218 | 1218 | import { readFile } from 'node:fs/promises'; |
1219 | 1219 | |
1220 | 1220 | // Asynchronous version accepted by module.register(). This fix is not needed |
1221 | | -// for the synchronous version accepted by module.registerSync(). |
| 1221 | +// for the synchronous version accepted by module.registerHooks(). |
1222 | 1222 | export async function load(url, context, nextLoad) { |
1223 | 1223 | const result = await nextLoad(url, context); |
1224 | 1224 | if (result.format === 'commonjs') { |
|