mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
SCRIPT: 'edu.wpi.first' replacements
This commit is contained in:
committed by
Peter Johnson
parent
013a238994
commit
824f36f63a
@@ -600,7 +600,7 @@ public final class DriverStation {
|
||||
String loc = stackTrace[i].toString();
|
||||
traceString.append("\tat ").append(loc).append('\n');
|
||||
// get first user function
|
||||
if (!haveLoc && !loc.startsWith("edu.wpi.first")) {
|
||||
if (!haveLoc && !loc.startsWith("org.wpilib")) {
|
||||
locString = loc;
|
||||
haveLoc = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user