Skip to content

Commit d88ffcb

Browse files
authored
chore: fix build (#69)
1 parent 5eac9e8 commit d88ffcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deno

Submodule deno updated 53 files

src/rs_lib/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ impl DenoWorkspace {
304304
node_resolution_cache: Some(Arc::new(NodeResolutionThreadLocalCache)),
305305
package_json_cache: Some(Arc::new(PackageJsonThreadLocalCache)),
306306
package_json_dep_resolution: None,
307+
require_modules: Vec::new(),
307308
specified_import_map: None,
308309
bare_node_builtins: true,
309310
newest_dependency_date: options

0 commit comments

Comments
 (0)