Skip to content

Commit e92d89f

Browse files
author
Newton Der
committed
Remove extra +
1 parent 95519f2 commit e92d89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patched-vscode/src/vs/server/node/webClientServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { createReadStream, existsSync, writeFileSync } from 'fs';
77
import {readFile } from 'fs/promises';
88
import { Promises } from 'vs/base/node/pfs';
9-
+import { spawn } from 'child_process';
9+
import { spawn } from 'child_process';
1010
import * as fs from 'fs';
1111
import * as path from 'path';
1212
import * as http from 'http';

patches/sagemaker-ui-post-startup.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Index: sagemaker-code-editor/vscode/src/vs/server/node/webClientServer.ts
66
import { createReadStream, existsSync, writeFileSync } from 'fs';
77
import {readFile } from 'fs/promises';
88
import { Promises } from 'vs/base/node/pfs';
9-
++import { spawn } from 'child_process';
9+
+import { spawn } from 'child_process';
1010
import * as fs from 'fs';
1111
import * as path from 'path';
1212
import * as http from 'http';

0 commit comments

Comments
 (0)