mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
SCRIPT: 'edu.wpi.first' replacements
This commit is contained in:
committed by
Peter Johnson
parent
013a238994
commit
824f36f63a
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user