Subj : CVS commit src/sbbs3/js_internal.c To : All From : rswindell Date : Fri Aug 05 2005 06:04 pm src/sbbs3 js_internal.c 1.22 1.23 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv17206 Modified Files: js_internal.c Log Message: Created js.report_error() function for reporting errors (fatal or not) using the standard JS error reporting mechanism. Not recommended for most script-level error logging. .