• Sumit Bikram Maity's avatar
    Appended period remove & Uri parsing fix. (#131293) · 1d59196b
    Sumit Bikram Maity authored
    Fixed code for the Uri as it includes the period at the end as the part of Uri parsing previously.
    
    As for example:
    ```
    A crash report has been written to /Users/andrewkolos/Desktop/asset_transformers_test/flutter_03.log.
    ``` 
    
    Many terminals are unable to follow the link because it includes the period in the end as part of it. This PR simply removes the period in the end so that it is clickable in many systems (e.g. by `alt` -clicking on it in an embedded bash terminal, VSCode).
    
    ```
    A crash report has been written to /Users/andrewkolos/Desktop/asset_transformers_test/flutter_03.log
    ``` 
    
    Fixes:  #131166
    1d59196b
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.ci.yaml Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...