mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[kbn-pm] Add uid check (#145769)
This adds the uid check we use in the kibana entrypoint to kbn-pm. `yarn kbn bootstrap` will exit if the uid is 0.
This commit is contained in:
parent
e20da5fa76
commit
454ca83ff3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
require('../src/setup_node_env/ensure_node_preserve_symlinks');
|
||||
require('../src/setup_node_env/root');
|
||||
require('../src/setup_node_env/node_version_validator');
|
||||
import('../kbn_pm/src/cli.mjs').catch(function (error) {
|
||||
console.error('UNHANDLED EXCEPTION:', error.stack);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue