| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 576242f commit 0cace96
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -526,7 +526,7 @@ class MockTracker { | |||
| 526 | 526 | ||
| 527 | 527 | if (baseURL.searchParams.has(kMockSearchParam)) { | |
| 528 | 528 | throw new ERR_INVALID_STATE( | |
| 529 | - `Cannot mock '${specifier}.' The module is already mocked.`, | ||
| 529 | + `Cannot mock '${specifier}'. The module is already mocked.`, | ||
| 530 | 530 | ); | |
| 531 | 531 | } | |
| 532 | 532 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments