Skip to content

Commit 14bf033

Browse files
Licenserdarach
authored andcommitted
Fix tremor run for archives
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent f8a8e6c commit 14bf033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tremor-cli/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl ServerRun {
137137
for archive_file in archives {
138138
let mut archive = tremor_common::asy::file::open(&archive_file).await?;
139139

140-
if let Err(e) = tremor_runtime::load_archive(&world, &mut archive, "main", None).await {
140+
if let Err(e) = tremor_runtime::load_archive(&world, &mut archive, None, None).await {
141141
return Err(ErrorKind::FileLoadError(archive_file.to_string(), e).into());
142142
}
143143
}

0 commit comments

Comments
 (0)