Skip to content

Commit

Permalink
[kbn-pm] Add uid check (#145769)
Browse files Browse the repository at this point in the history
This adds the uid check we use in the kibana entrypoint to kbn-pm. `yarn
kbn bootstrap` will exit if the uid is 0.
  • Loading branch information
jbudz authored Nov 18, 2022
1 parent e20da5f commit 454ca83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kbn.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 454ca83

Please sign in to comment.