From 55fed97dd349b777c96bfb0b059d4dda44a06f04 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Tue, 10 Sep 2013 20:34:56 -0400 Subject: [PATCH] redirected error reporting to console --- 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 bdd2474cb..3e9a85a72 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