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

💄

上级 a5cd053b
......@@ -13,7 +13,5 @@ export interface IProductService {
version?: string;
commit?: string;
name: string;
enableTelemetry: boolean;
}
\ No newline at end of file
......@@ -11,8 +11,6 @@ export class ProductService implements IProductService {
_serviceBrand: any;
get name(): string { return pkg.name; }
get version(): string | undefined { return pkg.version; }
get commit(): string | undefined { return product.commit; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册