Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 20, 2024
1 parent 186ab3d commit 128e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-plugin/lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export async function startNamedPipeServer(
connection.write(JSON.stringify([type, fileName, data] satisfies NotificationData) + '\n\n');
}

function onRequest(connection: net.Socket, [seq, requestType, ...args]: RequestData) {
function onRequest(connection: net.Socket, [seq, requestType, ...args]: RequestData) {
if (requestType === 'projectInfo') {
sendResponse({
name: info.project.getProjectName(),
Expand Down

0 comments on commit 128e58b

Please sign in to comment.