Consistent error logging

4e84120981801ba33ab4ee9c7c4f374585c92118

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/connection-manager/index.js+1 -1
@@ -175,7 +175,7 @@ async function readProfileFromCommands(mode, profile, cleanUp = false) {
175 continue;175 continue;
176 }176 }
177 } catch (error) {177 } catch (error) {
178 console.warn(`Failed to execute command: ${command}`, error);178 console.error(`Failed to execute command: ${command}`, error);
179 }179 }
180 }180 }
181181