PSI sics-cvs-psi_pre-ansto
This commit is contained in:
8
tcl/bgerror.tcl
Executable file
8
tcl/bgerror.tcl
Executable file
@@ -0,0 +1,8 @@
|
||||
proc bgerror err {
|
||||
global errorInfo
|
||||
set info $errorInfo
|
||||
|
||||
puts stdout $err
|
||||
puts stdout "------------------------- StackTrace ---------------------"
|
||||
puts $info
|
||||
}
|
||||
Reference in New Issue
Block a user