-
kgv authored
Draw_Interpretor, CommandCmd() - catched exceptions and messages put into Tcl string result before throwing a Tcl exception (return 1) are now print in intense red (using Message::SendFail()). Duplication of exception message in std::cout and Tcl output has been removed. Draw Harness plugins have been updated to use either Message::SendFail() or theDI instead of std::cout/std::cerr for printing colored error message before throwing a Tcl exception. Original commit url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commit;h=d99f0355e314ddb9a096158fffd995265f90ea81
kgv authoredDraw_Interpretor, CommandCmd() - catched exceptions and messages put into Tcl string result before throwing a Tcl exception (return 1) are now print in intense red (using Message::SendFail()). Duplication of exception message in std::cout and Tcl output has been removed. Draw Harness plugins have been updated to use either Message::SendFail() or theDI instead of std::cout/std::cerr for printing colored error message before throwing a Tcl exception. Original commit url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commit;h=d99f0355e314ddb9a096158fffd995265f90ea81
Loading