Skip to content

Commit

Permalink
add git module for non sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Dec 28, 2024
1 parent 613feac commit 08d0fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/steel-core/src/steel_vm/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ pub fn register_builtin_modules(engine: &mut Engine, sandbox: bool) {
.register_module(THREADING_MODULE.with(|x| x.clone()))
.register_module(BYTEVECTOR_MODULE.with(|x| x.clone()));

engine.register_module(GIT_MODULE.with(|x| x.clone()));

if !sandbox {
engine
.register_module(TCP_MODULE.with(|x| x.clone()))
Expand Down

0 comments on commit 08d0fb4

Please sign in to comment.