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

This commit is contained in:
mccabe%netscape.com 1999-04-23 09:01:18 +00:00
parent 857cea3cdf
commit f9df0964f2

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