On MacOS, when you remediate one or more files and enable debug logging, FileType.<TYPE> is output #237
Labels
bug
Something isn't working
dev-complete
Development work to resolve this issue is complete
platform-specific
A platform-specific issue or an inquiry about platform support
qa-passed
QA has tested and confirmed the fix for this issue
Milestone
v3.0.2rc1
v3.0.1
Summary:
On MacOS, if you remediate one or more files, whether they are core, a theme, or a plugin, words like "core", "plugin", "theme" now read as "FileType." for example "FileType.CORE", "FileType.PLUGIN", "FileType.THEME".
This did not occur on Linux during my testing.
Steps to Reproduce:
Expected Result:
I expected to see the same output as on Linux when using the binary. ("plugin" or "theme" or "core")
Actual Result:
I see output like "FileType.PLUGIN" for example.
Additional Info:
Pre-existing issue. This was reproduced on v3.0.1 as well.
The text was updated successfully, but these errors were encountered: