Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Dec 18, 2023
1 parent 9bb8722 commit 8834ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void FDR::read_console() {
std::vector<std::string> strings;
std::string str;
while (std::getline(console_file, str)) {
std::cout << "str: " << str << "\n";
strings.emplace_back(std::move(str));
}
last_char_read = console_file.tellg();
Expand Down

0 comments on commit 8834ed5

Please sign in to comment.