Skip to content

Commit

Permalink
Add TODO comment for stack trace retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
osman-turan committed Oct 26, 2021
1 parent 2598241 commit 47ce745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa/src/builtins/console/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ impl Console {

#[cfg(not(feature = "vm"))]
fn get_stack_trace(_: &mut Context) -> Vec<String> {
// TODO: Implement stack trace retrieval when "vm" feature is not available
vec![]
}

Expand Down

0 comments on commit 47ce745

Please sign in to comment.