apps-projectcenter icon indicating copy to clipboard operation
apps-projectcenter copied to clipboard

fix opening files with absolute Path from builders error log output

Open buzzdeee opened this issue 1 year ago • 0 comments

When there are files with absolute Paths in the PCProjectBuilder error output, then the current buildPath is prepended, which is wrong.

Before prepending that, check if the file isAbsolutePath, and only prepend buildPath, when not.

buzzdeee avatar Aug 30 '24 20:08 buzzdeee