We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the log file directory is not opening up in explorer when an error has occurred in running metrics against some projects (e.g. react).
Problem is here: \src\Metropolis\App.xaml.cs: 58: Process.Start("explorer.exe", Path.Combine(directoryName, "logs"));
Metropolis Version: 0.0.80 Operating System (i.e. Windows) Version: Windows 10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
the log file directory is not opening up in explorer when an error has occurred in running metrics against some projects (e.g. react).
Problem is here:
\src\Metropolis\App.xaml.cs:
58: Process.Start("explorer.exe", Path.Combine(directoryName, "logs"));
Metropolis Version: 0.0.80
Operating System (i.e. Windows) Version: Windows 10
The text was updated successfully, but these errors were encountered: