choojs / bankai

:station: - friendly web compiler
Apache License 2.0
1.09k stars 102 forks source link

Init bankai after mkdirp #489

Closed ZhouHansen closed 6 years ago

ZhouHansen commented 6 years ago

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 immediately, but at this moment, compiler's change event has not yet been listened.

Checklist

Context

No

Semver Changes

minor

ZhouHansen commented 6 years ago

fix