DevCompanion: Always use original
This commit is contained in:
parent
24aa90bd9c
commit
041a13c9d3
@ -158,7 +158,8 @@ function initWs(isManual = false) {
|
|||||||
if (keys.length !== 1)
|
if (keys.length !== 1)
|
||||||
return reply("Expected exactly one 'find' matches, found " + keys.length);
|
return reply("Expected exactly one 'find' matches, found " + keys.length);
|
||||||
|
|
||||||
let src = String(candidates[keys[0]]);
|
const mod = candidates[keys[0]];
|
||||||
|
let src = String(mod.original ?? mod);
|
||||||
|
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user