Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion visualizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ globally on your device as mentioned in the repo instructions. Notice that the c
may fail with other versions and service may not work correctly.

For testing on **Windows** you need to rewrite some code due to the way the service is implemented. Change
[99 line in `src/handlers.rs`](./src/handlers.rs#L99) with:
[99 line in `src/handlers.rs`](https://github.com/blockscout/blockscout-rs/blob/main/libs/recache/src/handler.rs) with:

```let output = Command::new("cmd").arg("/C").arg("sol2uml").args(args).output().await?;```

Expand Down