Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit c4523d4

Browse files
sis0k0DimitarTachev
andauthored
Update utils/ast-utils.ts
Co-Authored-By: DimitarTachev <[email protected]>
1 parent f29233d commit c4523d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/ast-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function findBootstrapModuleCall(mainPath: string): ts.CallExpression | n
4545
export function findBootstrapModulePath(mainPath: string): string {
4646
const bootstrapCall = findBootstrapModuleCall(mainPath);
4747
if (!bootstrapCall) {
48-
throw new Error('Bootstrap call not found');
48+
throw new Error("Bootstrap call not found");
4949
}
5050

5151
const bootstrapModule = bootstrapCall.arguments[0];

0 commit comments

Comments
 (0)