@bigbinary/neeto-playwright-reporter 1.3.16 → 1.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -18599,8 +18599,8 @@ const sendHeartBeatSignal = async (ciBuildId) => {
18599
18599
  await runsApi.heartbeat(ciBuildId);
18600
18600
  }
18601
18601
  catch (error) {
18602
- consoleLogFormatted.redText(error.message);
18603
- consoleLogFormatted.error(ERRORS.heartbeat.stopped);
18602
+ consoleLogFormatted.error(error.message);
18603
+ consoleLogFormatted.redText(ERRORS.heartbeat.stopped);
18604
18604
  process.exit(1);
18605
18605
  }
18606
18606
  };