Fix linter error

This commit is contained in:
Konstantin Solomatov
2021-04-01 09:58:02 -07:00
parent a502d34d92
commit 59ce58884e

View File

@@ -25,7 +25,7 @@ export class ExtensionMemento implements vscode.Memento {
private readonly _storageListener: IDisposable;
private _promiseRecords: { [key: string]: PromiseRecord } = {};
private _timeout: NodeJS.Timeout | undefined;
private _timeout: number | undefined;
constructor(id: string, global: boolean, storage: ExtHostStorage) {
this._id = id;