Skip to content

Commit

Permalink
fix moduleRoots condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed May 21, 2024
1 parent 458669a commit c79b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func mainImpl() int {
continue
}
locator, locatorErr := server_common.NewMachineLocator(root)
if err != nil {
if locatorErr != nil {
log.Warn("allowed-wasm-module-roots: value not a hex nor valid path:", "value", root, "locatorErr", locatorErr, "decodeErr", err)
continue
}
Expand Down

0 comments on commit c79b98d

Please sign in to comment.