Skip to content

Commit 128e58b

Browse files
committed
chore: format
1 parent 186ab3d commit 128e58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript-plugin/lib/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export async function startNamedPipeServer(
182182
connection.write(JSON.stringify([type, fileName, data] satisfies NotificationData) + '\n\n');
183183
}
184184

185-
function onRequest(connection: net.Socket, [seq, requestType, ...args]: RequestData) {
185+
function onRequest(connection: net.Socket, [seq, requestType, ...args]: RequestData) {
186186
if (requestType === 'projectInfo') {
187187
sendResponse({
188188
name: info.project.getProjectName(),

0 commit comments

Comments
 (0)