Twiddled error reporter; added a '\n' after messages.

git-svn-id: svn://10.0.0.236/trunk@28825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mccabe%netscape.com
1999-04-23 09:01:18 +00:00
parent 4cc70a8b0d
commit 45edc03bed

View File

@@ -113,7 +113,7 @@ FILE *gErrFile = NULL;
static void
my_ErrorReporter(JSContext *cx, const char *message, JSErrorReport *report)
{
printf(message);
printf("%s\n", message);
}
static JSBool