Skip to content

Commit cfe23ca

Browse files
shubham-1806bhoopesh369
authored andcommitted
fix: send simulator runtime error log
1 parent c2cafc3 commit cfe23ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

player_code

Submodule player_code updated 1 file

src/handlers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl Handler for NormalGameRequest {
227227
)
228228
}
229229
_ => {
230-
return create_normal_error_response(self.game_id, SimulatorError::RuntimeError("couldnt communicate with simulator check syntax".to_owned()));
230+
return create_normal_error_response(self.game_id, SimulatorError::RuntimeError(format!("couldnt communicate with simulator check syntax \n {}", process.output())));
231231
}
232232
}
233233
}

0 commit comments

Comments
 (0)