提交 eb6356cf 编写于 作者: B Benjamin Pasero

debt - properly implement interface

上级 47eb468a
......@@ -35,7 +35,7 @@ export interface IEnvironmentMainService extends INativeEnvironmentService {
disableUpdates: boolean;
}
export class EnvironmentMainService extends NativeEnvironmentService {
export class EnvironmentMainService extends NativeEnvironmentService implements IEnvironmentMainService {
@memoize
get backupHome(): string { return join(this.userDataPath, 'Backups'); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册