diff options
Diffstat (limited to 'crates/shirabe/src/util/error_handler.rs')
| -rw-r--r-- | crates/shirabe/src/util/error_handler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/error_handler.rs b/crates/shirabe/src/util/error_handler.rs index 7a9cf9c2..2e574fe0 100644 --- a/crates/shirabe/src/util/error_handler.rs +++ b/crates/shirabe/src/util/error_handler.rs @@ -125,7 +125,7 @@ impl ErrorHandler { } if output_even_without_io { - fwrite(&STDERR, &format!("Warning: {}{}", message, PHP_EOL), None); + fwrite(&STDERR, format!("Warning: {}{}", message, PHP_EOL), None); } } } |
