Skip to content

Commit

Permalink
remove lingering exit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 7, 2018
1 parent 47555d9 commit 7d04578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli_plugin/lib/error_if_x_pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ export function errorIfXPackRemove(settings) {
throw new Error(
'You are using the standard distrbution of Kibana. Please install the OSS-only distribution to remove X-Pack features.'
);
process.exit(1);
}
}

0 comments on commit 7d04578

Please sign in to comment.