Throw errors if accessing paths before set

This commit is contained in:
Asher
2019-02-06 16:55:29 -06:00
parent 5ea1d8b2aa
commit 5d02194048
5 changed files with 47 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ export interface InitData {
readonly builtInExtensionsDirectory: string;
}
export interface ISharedProcessData {
export interface SharedProcessData {
readonly socketPath: string;
readonly logPath: string;
}