another typo fixes #103
This commit is contained in:
parent
6e8470c0d5
commit
75a8129c71
|
@ -1376,7 +1376,7 @@ var ContentManager = (() => {
|
|||
unwatchContent(contentType) {
|
||||
if (!this.watchers[contentType]) return;
|
||||
this.watchers[contentType].close();
|
||||
delete this.watcher[contentType];
|
||||
delete this.watchers[contentType];
|
||||
}
|
||||
|
||||
extractMeta(content) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue