Skip to content

Commit

Permalink
use auxtools_stack_trace instead of stack_trace
Browse files Browse the repository at this point in the history
  • Loading branch information
willox committed Dec 10, 2020
1 parent 7030b0f commit 86a39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auxtools/src/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ extern "C" fn call_proc_by_id_hook(
}
Err(e) => {
// TODO: Some info about the hook would be useful (as the hook is never part of byond's stack, the runtime won't show it.)
Proc::find("/proc/stack_trace")
Proc::find("/proc/auxtools_stack_trace")
.unwrap()
.call(&[&Value::from_string(e.message.as_str())])
.unwrap();
Expand Down

0 comments on commit 86a39c1

Please sign in to comment.