Skip to content

Commit 114331b

Browse files
authored
Update index.ts
1 parent b6ef7c3 commit 114331b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ export function register(serviceOrOpts: Service | RegisterOptions | undefined):
556556
};
557557
}
558558
if (context.format === 'commonjs-typescript' && !urls[url]) {
559-
urls[url] = true
559+
urls[url] = true;
560560

561561
require(fileURLToPath(url));
562562
return {

0 commit comments

Comments
 (0)