Skip to content

Commit d49f510

Browse files
Cleaned Up Stray Comma
1 parent 00df0c9 commit d49f510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export class Session extends DebugSession {
277277
// VSCode wants to attach to a debugee (MC), create socket connection on specified port
278278
protected async attachRequest(
279279
response: DebugProtocol.AttachResponse,
280-
args: IAttachRequestArguments,
280+
args: IAttachRequestArguments
281281
): Promise<void> {
282282
this.closeSession();
283283

0 commit comments

Comments
 (0)