DevCompanion: Always use original

main
Vendicated 2 years ago
parent 24aa90bd9c
commit 041a13c9d3
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -158,7 +158,8 @@ function initWs(isManual = false) {
if (keys.length !== 1)
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;

Loading…
Cancel
Save