PR-URL: https://github.com/nodejs/node/pull/42623 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
export async function load(url, context, next) {
|
|
return next(url, []);
|
|
}
|