mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 23:37:25 +02:00
Throw errors if accessing paths before set
This commit is contained in:
@@ -24,7 +24,7 @@ export interface InitData {
|
||||
readonly builtInExtensionsDirectory: string;
|
||||
}
|
||||
|
||||
export interface ISharedProcessData {
|
||||
export interface SharedProcessData {
|
||||
readonly socketPath: string;
|
||||
readonly logPath: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user