Skip to content

Commit

Permalink
Remove duplicate module definition (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace authored Feb 14, 2024
1 parent e27bf91 commit 6552704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ macro_rules! create_modules {

create_modules!(
"crypto" => CryptoModule,
"uuid" => UuidModule,
"hex" => HexModule,
"fs/promises" => FsPromisesModule,
"os" => OsModule,
Expand Down

0 comments on commit 6552704

Please sign in to comment.