mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
Add missing semicolon
This commit is contained in:
@@ -32,7 +32,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
|
||||
export interface ServerParsedArgs {
|
||||
/* ----- code-server ----- */
|
||||
'disable-update-check'?: boolean;
|
||||
+ 'auth'?: string
|
||||
+ 'auth'?: string;
|
||||
|
||||
/* ----- server setup ----- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user