Consistent error logging

This commit is contained in:
Cohee
2024-09-08 13:32:56 +03:00
parent f926d9abd7
commit 4e84120981

View File

@ -175,7 +175,7 @@ async function readProfileFromCommands(mode, profile, cleanUp = false) {
continue;
}
} catch (error) {
console.warn(`Failed to execute command: ${command}`, error);
console.error(`Failed to execute command: ${command}`, error);
}
}