提交 cdfa3c54 编写于 作者: M Matt Bierner

Mark that property may not be initialized yet

上级 8d09c994
......@@ -51,7 +51,7 @@ export class ReleaseNotesManager {
private _releaseNotesCache: { [version: string]: Promise<string>; } = Object.create(null);
private _currentReleaseNotes: WebviewEditorInput | undefined = undefined;
private _lastText: string;
private _lastText: string | undefined;
public constructor(
@IEnvironmentService private readonly _environmentService: IEnvironmentService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册