fix(OpusEngineLinst): throw a descriptive error when not funding an opus engine

This commit is contained in:
SpaceEEC 2018-04-28 14:30:14 +02:00
parent d9a091f674
commit 33a4232652
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

View file

@ -24,5 +24,5 @@ exports.fetch = engineOptions => {
if (fetched) return fetched;
}
throw new Error('OPUS_ENGINE_MISSING');
throw new Error('Couldn\'t find an Opus engine.');
};