Преглед на файлове

No dot in log message. Messes with terminal parsers

default_compile_flags
vector-of-bool преди 5 години
родител
ревизия
462a12f987
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/dds/compile.cpp

+ 1
- 1
src/dds/compile.cpp Целия файл

@@ -39,7 +39,7 @@ void file_compilation::compile(const toolchain& tc) const {
if (!compile_res.okay()) {
spdlog::error("Compilation failed: {}", source.path.string());
spdlog::error("Subcommand FAILED: {}\n{}", quote_command(cmd), compile_res.output);
throw compile_failure(fmt::format("Compilation failed for {}.", source.path.string()));
throw compile_failure(fmt::format("Compilation failed for {}", source.path.string()));
}

// MSVC prints the filename of the source file. Dunno why, but they do.

Loading…
Отказ
Запис