Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a π When I was trying to add the faviconTag to the document I found this bug. I created a `faviconNode`, called `createEdge()` inside it, then the graph's change event was emited, then it [emits the compiler's change event](https://github.com/choojs/bankai/blob/master/index.js#L56) immediately, but at this moment, [compiler's change event](https://github.com/choojs/bankai/blob/master/lib/cmd-build.js#L47) has not yet been listened. <!-- Provide a general summary of the changes in the title above --> ## Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] tests pass - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added ## Context No ## Semver Changes minor
- Loading branch information