We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd2d8a commit 23d87a5Copy full SHA for 23d87a5
1 file changed
src/index.ts
@@ -191,6 +191,7 @@ const main = async (
191
processExit('Failed to start server:', error);
192
}
193
194
+ // Unreachable, processExit exits or throws. Kept for type satisfaction.
195
return undefined as never;
196
};
197
0 commit comments