inject: suppress ugly node error

main
Vendicated 8 months ago
parent 685b6f2fa7
commit de570a4800
No known key found for this signature in database
GPG Key ID: D66986BAF75ECF18

@ -118,6 +118,7 @@ const installerBin = await ensureBinary();
console.log("Now running Installer...");
try {
execFileSync(installerBin, {
stdio: "inherit",
env: {
@ -126,3 +127,6 @@ execFileSync(installerBin, {
VENCORD_DEV_INSTALL: "1"
}
});
} catch {
console.error("Something went wrong. Please check the logs above.");
}

Loading…
Cancel
Save