You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when running the program on my computer, a "def" user was identified, which did not exist.
I tracked down the folder and found that the location was under AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def, which was not a user configuration.
The solution was to add an exclusion to the chromiumWalkFunc function, and I will submit a PR later to fix this problem.
Log Output
Expected vs Actual Behavior
Describe what you expected to happen and what actually happened.
Desktop (please complete the following information):
Select the operating system(s) you are using:
Windows
macOS
Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
I found that when running the program on my computer, a "def" user was identified, which did not exist.
I tracked down the folder and found that the location was under
AppData\Local\Google\Chrome\User Data\Default\Storage\ext\nmmhkkegccagdldgiimedpiccmgmieda\def
, which was not a user configuration.The solution was to add an exclusion to the
chromiumWalkFunc
function, and I will submit a PR later to fix this problem.Log Output
Expected vs Actual Behavior
Describe what you expected to happen and what actually happened.
Desktop (please complete the following information):
Select the operating system(s) you are using:
The text was updated successfully, but these errors were encountered: