Skip to content

Commit 495e63d

Browse files
committed
Changed interpolated str back to normal str - not needed.
1 parent f9902c6 commit 495e63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices.Protocol/Server/DebugAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ await requestContext.SendError(
294294
$"Attach request failed, '{attachParams.ProcessId}' is an invalid value for the processId.");
295295

296296
await requestContext.SendError(
297-
$"A positive integer must be specified for the processId field.");
297+
"A positive integer must be specified for the processId field.");
298298

299299
return;
300300
}

0 commit comments

Comments
 (0)