refactor: Rename runtime/rt to runtime/js (#8806)

This commit is contained in:
Nayeem Rahman 2020-12-17 16:37:57 +00:00 committed by GitHub
parent 55dc467b41
commit ffb5f7a4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 5 additions and 12 deletions

View file

@ -40,7 +40,7 @@ fn italic_bold(s: &str, internal: bool) -> String {
}
}
// Keep in sync with `cli/rt/40_error_stack.js`.
// Keep in sync with `runtime/js/40_error_stack.js`.
pub fn format_location(frame: &JsStackFrame) -> String {
let internal = frame
.file_name
@ -75,7 +75,7 @@ pub fn format_location(frame: &JsStackFrame) -> String {
result
}
// Keep in sync with `cli/rt/40_error_stack.js`.
// Keep in sync with `runtime/js/40_error_stack.js`.
fn format_frame(frame: &JsStackFrame) -> String {
let internal = frame
.file_name