Skip to content

Commit

Permalink
chore(src/common.hh): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Aug 31, 2023
1 parent 18b2766 commit 2be1f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ namespace SSC {
inline void stdWrite (const String &str, bool isError) {
static const auto IN_GITHUB_ACTIONS_CI = getEnv("GITHUB_ACTIONS_CI").size() != 0;
auto& stream = isError ? std::cerr : std::cout;

stream << str;

if (IN_GITHUB_ACTIONS_CI) {
Expand Down

0 comments on commit 2be1f83

Please sign in to comment.