mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(lint): Fix linter issues in template package
This commit is contained in:
parent
69f4c18ff9
commit
506ada3a59
1 changed files with 2 additions and 1 deletions
|
@ -60,8 +60,9 @@ class TemplateStore extends NylasStore {
|
|||
}
|
||||
}
|
||||
unwatch() {
|
||||
if(this._watcher)
|
||||
if (this._watcher) {
|
||||
this._watcher.close();
|
||||
}
|
||||
this._watcher = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue