Update xds-bootstrap.ts

This commit is contained in:
Huan (李卓桓) 2021-08-03 00:31:07 +08:00 committed by GitHub
parent 6404ef7014
commit d9bbd013f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,7 @@ export async function loadBootstrapInfo(): Promise<BootstrapInfo> {
loadedBootstrapInfo = Promise.resolve(loadedBootstrapInfoValue);
} catch (e) {
throw new Error(
`Failed to parse xDS bootstrap config from process.env.GRPC_XDS_BOOTSTRAP_CONFIG with error ${e.message}`
`Failed to parse xDS bootstrap config from environment variable GRPC_XDS_BOOTSTRAP_CONFIG with error ${e.message}`
);
}