Skip to content

Commit 7efc3f2

Browse files
committed
Lint fix
1 parent 600280d commit 7efc3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ async function processInitForm(
844844
}
845845
} catch (e) {
846846
if (e instanceof Error) {
847-
print.error(`Failed to validate subgraph network: ${e.message}`);
847+
print.error(`Failed to validate subgraph network: ${e?.message}`);
848848
}
849849
throw e;
850850
}

0 commit comments

Comments
 (0)