Skip to content

Commit 3172cb1

Browse files
authored
Update Code to 1.97.1 (#7202)
1 parent 9b89774 commit 3172cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/integration.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Index: code-server/lib/vscode/src/server-main.ts
299299

300300
function sanitizeStringArg(val: any): string | undefined {
301301
if (Array.isArray(val)) { // if an argument is passed multiple times, minimist creates an array
302-
@@ -283,3 +287,22 @@ function prompt(question: string): Promi
302+
@@ -286,3 +290,22 @@ function prompt(question: string): Promi
303303
});
304304
});
305305
}

0 commit comments

Comments
 (0)