Skip to content

Commit

Permalink
fix: make check broken (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabetti1720 authored Jun 4, 2024
1 parent 007884a commit 716e40d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llrt_core/src/runtime_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ async fn post_error<'js>(

#[cfg(not(test))]
{
use crate::modules::console;
use rquickjs::function::Rest;
console::log_std_err(
ctx,
Rest(vec![error_object.clone()]),
Expand Down

0 comments on commit 716e40d

Please sign in to comment.