loopback-boot/lib
Miroslav Bajtoš c10e8225bb
fix: set `app.booting` flag immediately
Before this change, `app.booting` was set by Application plugin as part
of regular phase invocation, which executes individual plugins in
subsequent turns of the event loop. As a result, `app.booting` was
initially `undefined` despite the fact that the booting process was
already in progress.

This patch moves manipulation of `app.booting` flag directly to
`Bootstrapper#run` method, to ensure it's set early enough and always
properly cleared at the end.
2019-03-22 13:57:25 +01:00
..
plugins fix: set `app.booting` flag immediately 2019-03-22 13:57:25 +01:00
bootstrapper.js fix: set `app.booting` flag immediately 2019-03-22 13:57:25 +01:00
bundler.js update: dependency 2018-07-26 14:16:16 -04:00
globalize.js Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
plugin-base.js update: dependency 2018-07-26 14:16:16 -04:00
plugin-loader.js Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
utils.js update: dependency 2018-07-26 14:16:16 -04:00