mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(lint): Fix linter issues in template package
This commit is contained in:
parent
1dbefa566b
commit
75419273d5
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