Migrate x-pack-kibana source to kibana

This commit is contained in:
Jenkins CI 2018-04-20 19:13:37 +00:00 committed by spalger
parent d9d9fb22fb
commit fe4609647d
3245 changed files with 276973 additions and 2388 deletions

View file

@ -1,7 +1,7 @@
const isUsingNpm = process.env.npm_config_git !== undefined;
if (isUsingNpm) {
throw "Use Yarn instead of npm, see Kibana's contributing guidelines";
throw `Use Yarn instead of npm, see Kibana's contributing guidelines`;
}
// The value of the `npm_config_argv` env for each command:
@ -29,4 +29,3 @@ try {
} catch (e) {
// if it fails we do nothing, as this is just intended to be a helpful message
}