Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle Windows path correctly #555

Merged
merged 5 commits into from
Jul 3, 2024

Commits on Jul 1, 2024

  1. fix: handle Windows path correctly

    We need to make truncate_registry_path can
    handle Windows path as well.
    Because tokio-console can connect to any
    server from different platforms,
    so we use the same path separator to have same experience.
    
    Signed-off-by: hi-rustin <[email protected]>
    Rustin170506 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b4ee69d View commit details
    Browse the repository at this point in the history
  2. refactor: better regex expression

    Signed-off-by: hi-rustin <[email protected]>
    Rustin170506 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    081ba38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2adc984 View commit details
    Browse the repository at this point in the history
  4. refactor: better code

    Rustin170506 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cf78c6c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    a36c277 View commit details
    Browse the repository at this point in the history