chore(docs): added more docs for core.ts
This commit is contained in:
@ -124,7 +124,7 @@ class DiffingPluginWrapper implements BroccoliTree {
|
||||
|
||||
|
||||
cleanup() {
|
||||
if (this.wrappedPlugin.cleanup) {
|
||||
if (this.wrappedPlugin && this.wrappedPlugin.cleanup) {
|
||||
this.wrappedPlugin.cleanup();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user