Send prints to the browser console. Obvious in retrospect.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3840 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -84,6 +84,7 @@ JSValue _util_print(JSContext* context, JSValueConst this_val, int argc, JSValue
|
||||
if (task)
|
||||
{
|
||||
printf("Task[%p:%s]>", task, tf_task_get_name(task));
|
||||
tf_task_print(task, argc, argv);
|
||||
}
|
||||
for (int i = 0; i < argc; ++i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user