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

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.');
};