embark/packages/core
Pascal Precht a7edca0be8 fix(@embark/core): don't exit in Engine consumer API
`Engine.startEngine(cb)` potentially exits the current process if
any registered plugins emits an error in the bootstrap phase.

This limits consumers of this API to react accordingly. Embark's APIs
should be considered library APIs that propagate errors, but let callers
decide what to do with them.

This commit ensures we keep propagating the error of `startEngine()` without
exiting the current process.
2019-11-29 12:57:19 +01:00
..
code-runner build(deps): bump core-js from 3.3.5 to 3.4.3 2019-11-26 15:16:29 -06:00
console build(deps): bump core-js from 3.3.5 to 3.4.3 2019-11-26 15:16:29 -06:00
core fix(@embark/core): don't exit in Engine consumer API 2019-11-29 12:57:19 +01:00
i18n build(deps-dev): remove unneeded @types/os-locale dev-dep in packages/core/i18n 2019-11-27 09:44:21 -06:00
logger build(deps): bump core-js from 3.3.5 to 3.4.3 2019-11-26 15:16:29 -06:00
reset chore(release): 5.0.0-alpha.0 2019-10-28 16:05:13 -05:00
typings fix(@embark/proxy): Fix unsubsribe handling and add new provider 2019-11-21 15:38:48 +01:00
utils build(deps): bump core-js from 3.3.5 to 3.4.3 2019-11-26 15:16:29 -06:00