mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
eprintln
This commit is contained in:
@@ -195,6 +195,7 @@ async fn integration_creates_and_checks_session_file() {
|
||||
eprintln!("no lines in file: {path:?}");
|
||||
continue;
|
||||
}
|
||||
eprintln!("lines: {lines:?}");
|
||||
for line in lines {
|
||||
eprintln!("line: {line:?}");
|
||||
if line.trim().is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user