Skip to content

Commit 5ef2c27

Browse files
committed
fixup!: remove comma in integration patch
1 parent cf855ae commit 5ef2c27

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

patches/integration.diff

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ Index: code-server/lib/vscode/src/vs/server/node/server.main.ts
2121
import product from 'vs/platform/product/common/product';
2222
import * as perf from 'vs/base/common/performance';
2323

24-
@@ -30,41 +30,46 @@ const errorReporter: ErrorReporter = {
25-
26-
onDeprecatedOption: (deprecatedOption: string, message) => {
27-
console.warn(`Option '${deprecatedOption}' is deprecated: ${message}`);
28-
- }
29-
+ },
24+
@@ -33,38 +33,43 @@ const errorReporter: ErrorReporter = {
25+
}
3026
};
3127

3228
-const args = parseArgs(process.argv.slice(2), serverOptions, errorReporter);

0 commit comments

Comments
 (0)