Skip to content

Commit

Permalink
[compiler-v2] fixed build_stdlib_error_code_map in stdlib build
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Dec 16, 2024
1 parent f28a5d0 commit 76b7a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vm/stdlib/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ fn replace_stdlib_by_path(module_path: &Path, new_modules: BTreeMap<String, Comp
let mv_file = module_path.join(name).with_extension(COMPILED_EXTENSION);
save_binary(mv_file.as_path(), &bytes);
}
//build_stdlib_error_code_map()
// TODO(BobOng): [framework-upgrade] to fix this problem
// build_stdlib_error_code_map()
}

// Generates the compiled stdlib and transaction scripts. Until this is run changes to the source
Expand Down

0 comments on commit 76b7a3b

Please sign in to comment.