Skip to content

Commit 4a29525

Browse files
committed
loader: revert changes
1 parent 42428d9 commit 4a29525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/get_format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function defaultGetFormatWithoutErrors(url, context) {
261261
/**
262262
* @param {URL} url
263263
* @param {{parentURL: string, importAttributes?: Record<string, string>}} context
264-
* * @returns {Promise<string> | string | undefined} only works when enabled
264+
* @returns {Promise<string> | string | undefined} only works when enabled
265265
*/
266266
function defaultGetFormat(url, context) {
267267
if (isExperimentalTextImport(context?.importAttributes)) {

0 commit comments

Comments
 (0)