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