Silent Failure of Config in Service

Is it possible that config fails silently?
I have this in a service
const dbUser = yield* Config.string('DATABASE_USER');

And if I add that service to the runtime, rather than failing (because the name is spell incorrectly) the process just never starts
Was this page helpful?