Consistent error logging
| @@ -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 | } |
| 181 | 181 | ||