From 06284f5bfc239ea536f4c7ef80c1e4ddab29f333 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 18 Sep 2013 22:17:41 -0400 Subject: [PATCH] disabled error reporting in tk --- pd/src/pd.tk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pd/src/pd.tk b/pd/src/pd.tk index 252ffd0d2..018763f1d 100644 --- a/pd/src/pd.tk +++ b/pd/src/pd.tk @@ -286,9 +286,9 @@ if { $tcl_platform(platform) == "windows" } { set externalsdir "$::env(HOME)/pd-l2ork-externals" } -#proc bgerror {message} { -# pdtk_post "\ntcl error: $message" -#} +proc bgerror {message} { + pdtk_post "\ntcl error: $message" +} # make sure the user folder for installing externals exists catch { -- GitLab