Skip to content

Commit

Permalink
Use correct source reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Apr 5, 2024
1 parent a5eab82 commit d763d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bare_thread_entry (void *opaque) {

uv_sem_post(&thread->lock);

bare_runtime_run(runtime, thread->filename, thread->source);
bare_runtime_run(runtime, thread->filename, source);

free(thread->filename);

Expand Down

0 comments on commit d763d6f

Please sign in to comment.