Skip to content

(fix) Don't load events when installing

Brian Hatchet requested to merge brianhatchet/engine:installer-fix into master

My fix for the queuerunner had a side effect of wiring up all the dependencies, which works great ... unless you're trying to install.

This fix checks the command for install and skips the loading of events for that handler.

Merge request reports