Skip to content

Commit b349a0b

Browse files
fix(cli): close loadGettingStartedMapping function definition
1 parent 7391b42 commit b349a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/test_helpers/getting-started-url-mapping.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function loadGettingStartedMapping(
3434
`Failed to read or parse JSON from mapping file "${mappingPath}": ${err instanceof Error ? err.message : String(err)}`
3535
);
3636
}
37+
}
3738

3839
export function resolveLocalPathForUrl(
3940
url: string,

0 commit comments

Comments
 (0)