fail method

void fail([
  1. String? update
])

Implementation

void fail([String? update]) {
  _timer?.cancel();
  _writeLn('$_clearLn${errorPen('✗')} ${update ?? _message} $_time\n');
  _stopwatch.stop();
}