Skip to content

Commit 23d87a5

Browse files
committed
fix: review update
1 parent ecd2d8a commit 23d87a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ const main = async (
191191
processExit('Failed to start server:', error);
192192
}
193193

194+
// Unreachable, processExit exits or throws. Kept for type satisfaction.
194195
return undefined as never;
195196
};
196197

0 commit comments

Comments
 (0)