Skip to content

Commit 05926f6

Browse files
committed
remove the UI display of error to be kernel compatible
1 parent 01a5007 commit 05926f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

BaseBot.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import java.nio.file.Files
22
import java.nio.file.Paths
33

4-
import com.neuronrobotics.bowlerstudio.BowlerStudio
54
import com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine
65
import com.neuronrobotics.bowlerstudio.vitamins.Vitamins
76

@@ -688,7 +687,7 @@ try {
688687
hingingPlate
689688
]
690689
}catch(Throwable tr) {
691-
BowlerStudio.printStackTrace(tr)
690+
tr.printStackTrace()
692691
}
693692

694693

0 commit comments

Comments
 (0)