@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.cjs.js CHANGED
@@ -18618,8 +18618,8 @@ const sendHeartBeatSignal = async (ciBuildId) => {
18618
18618
  await runsApi.heartbeat(ciBuildId);
18619
18619
  }
18620
18620
  catch (error) {
18621
- consoleLogFormatted.redText(error.message);
18622
- consoleLogFormatted.error(ERRORS.heartbeat.stopped);
18621
+ consoleLogFormatted.error(error.message);
18622
+ consoleLogFormatted.redText(ERRORS.heartbeat.stopped);
18623
18623
  process.exit(1);
18624
18624
  }
18625
18625
  };