Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix null source
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Mar 5, 2024
1 parent 7688829 commit 18af155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ To resolve a source given a [=URL=] |sourceMappingUrl|, a string or null |source
an optional [=sourceRoot=] |sourceRoot|, run the following steps:

1. If |source| is null, then:
1. Return null.
1. Set |source| to "".
1. If |sourceRoot| is null, then:
1. Let |href| be |source|
1. Otherwise,
Expand Down

0 comments on commit 18af155

Please sign in to comment.