Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaDarochek committed Nov 22, 2023
1 parent 415b067 commit 7b4acc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcasr/src/js.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ Uncaught ReferenceError: var is not defined
panic!("{}", crash_line.err().unwrap());
}

println!("Stacktrace: {stacktrace:?}");
assert_eq!(stacktrace.len(), 9);
assert_eq!(
stacktrace[0].debug.file,
Expand Down

0 comments on commit 7b4acc3

Please sign in to comment.