diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-12-17 16:37:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 17:37:57 +0100 |
| commit | ffb5f7a4e1d5d4ac488058ca3ec3c0805587fe44 (patch) | |
| tree | dc7b79a699732680fa309d97e5b4c2bc5f486a4a /runtime/build.rs | |
| parent | 55dc467b419b8e5897b1c832b04d63e383253d84 (diff) | |
refactor: Rename runtime/rt to runtime/js (#8806)
Diffstat (limited to 'runtime/build.rs')
| -rw-r--r-- | runtime/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index 78f17f61f..ca4a77c31 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -62,7 +62,7 @@ fn main() { // Main snapshot let runtime_snapshot_path = o.join("CLI_SNAPSHOT.bin"); - let js_files = get_js_files("rt"); + let js_files = get_js_files("js"); create_runtime_snapshot(&runtime_snapshot_path, js_files); } |
