Consistent error logging
| @@ -175,7 +175,7 @@ async function readProfileFromCommands(mode, profile, cleanUp = false) { | ||
| 175 | 175 | continue; |
| 176 | 176 | } |
| 177 | 177 | } catch (error) { |
| 178 | 178 | console.warnerror(`Failed to execute command: ${command}`, error); |
| 179 | 179 | } |
| 180 | 180 | } |
| 181 | 181 | |