Whitespace.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4230 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-03-17 22:57:18 +00:00
parent 54dde76a8a
commit bdac0c7879
4 changed files with 5 additions and 6 deletions

View File

@ -854,7 +854,7 @@ static JSValue _tf_task_getDebug(JSContext* context, JSValueConst this_val, int
for (int k = 0; k < task->_promise_stacks[i].cstack_count; k++)
{
backtrace_pcinfo(
g_backtrace_state,
g_backtrace_state,
(uintptr_t)task->_promise_stacks[i].cstack[k],
_tf_backtrace_callback,
_tf_backtrace_error,