Woohoo! Actual goddamned progress! Multiply might be working!
Print definitely isn't!
This commit is contained in:
parent
3c545a90e8
commit
71354d0f86
2 changed files with 64 additions and 49 deletions
|
|
@ -163,7 +163,7 @@ struct cons_pointer print( URL_FILE * output, struct cons_pointer pointer ) {
|
|||
print_list( output, pointer );
|
||||
break;
|
||||
case EXCEPTIONTV:
|
||||
url_fwuts( L"\nException: ", output );
|
||||
url_fputws( L"\nException: ", output );
|
||||
dump_stack_trace( output, pointer );
|
||||
break;
|
||||
case FUNCTIONTV:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue