IntellijFormatter constructor

IntellijFormatter(
  1. ResultBuffer buffer
)

Implementation

IntellijFormatter(this.buffer) {
  this._basicFormatter = BasicFormatter(this.buffer);
  out(TEMPLATE_ENTER_THE_MATRIX, [getCurrentTime()]);
  out(TEMPLATE_SCENARIO_COUNTING_STARTED, ["0", getCurrentTime()]);

  _currentDirectory = Directory.current.path;
}