Skip to content

Commit

Permalink
Fix resolving relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Apr 3, 2024
1 parent 03934e2 commit f81cee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/legacy/importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class LegacyImporterWrapper<sync extends 'sync' | 'async'>
}
}

return null;
url = urlWithoutPrefix;
}

const prev = this.prev[this.prev.length - 1];
Expand Down

0 comments on commit f81cee0

Please sign in to comment.