SCRIPT: 'edu.wpi.first' replacements

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:38 -05:00
committed by Peter Johnson
parent 013a238994
commit 824f36f63a
11 changed files with 11 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ void ReportError(JNIEnv* env, int32_t status, bool doThrow) {
env, fmt::format(" Code: {}. {}", status, message).c_str(), status);
} else {
std::string func;
auto stack = GetJavaStackTrace(env, &func, "edu.wpi.first");
auto stack = GetJavaStackTrace(env, &func, "org.wpilib");
// Make a copy of message for safety, calling back into the HAL might
// invalidate the string.
std::string lastMessage{message};