Closed graysonguarino closed 2 years ago
Fixes both #93 and #94 by clearly separating the codepaths for absolute and relative path checks on --diagnostic-path. The absolute code path is triggered if the path starts with a /. Otherwise, it assumes a relative path was provided.
--diagnostic-path
/
As you have been told multiple times there is no reason to handle absolute and relative paths differently
Fixes both #93 and #94 by clearly separating the codepaths for absolute and relative path checks on
--diagnostic-path
. The absolute code path is triggered if the path starts with a/
. Otherwise, it assumes a relative path was provided.