From 84a96110cd8e74228fbab666e7af49edb7e24cc9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 5 Feb 2023 17:49:20 +0100 Subject: refactor: rename `deno` specifiers to `internal` (#17655) --- core/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index 2333ff75f..461b4fd20 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -134,12 +134,12 @@ pub mod _ops { /// A helper macro that will return a call site in Rust code. Should be /// used when executing internal one-line scripts for JsRuntime lifecycle. /// -/// Returns a string in form of: "`[deno:::]`" +/// Returns a string in form of: "`[internal:::]`" #[macro_export] macro_rules! located_script_name { () => { format!( - "[deno:{}:{}:{}]", + "[internal:{}:{}:{}]", std::file!(), std::line!(), std::column!() -- cgit v1.2.3