Преглед на файлове

Fixes calling restore() without override()

main
Eric Amodio преди 7 години
родител
ревизия
589ec6cef3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/whitespaceController.ts

+ 1
- 1
src/whitespaceController.ts Целия файл

@ -93,7 +93,7 @@ export default class WhitespaceController extends Disposable {
}
restore() {
if (this._disposed) return;
if (this._disposed || this._count === 0) return;
Logger.log(`Request whitespace restore; count=${this._count}`);
this._count--;

Зареждане…
Отказ
Запис