Consistent error logging

4e84120981801ba33ab4ee9c7c4f374585c92118

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

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions/connection-manager/index.js+1 -1
@@ -175,7 +175,7 @@ async function readProfileFromCommands(mode, profile, cleanUp = false) {
175175 continue;
176176 }
177177 } catch (error) {
178178 console.warnerror(`Failed to execute command: ${command}`, error);
179179 }
180180 }
181181