inhumantsar / slurp

Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
https://inhumantsar.github.io/slurp/
MIT License
127 stars 2 forks source link

onValidate called, no changes detected #39

Closed GLISHANG closed 1 month ago

GLISHANG commented 1 month ago
1716211197085 | DEBUG | onValidate called, no changes detected
{
  "hash": 1309301853
}
inhumantsar commented 1 month ago

this message is normal and expected. there are many situations where settings validation is requested but isn't necessary. the plugin checks to see if any settings have been modified. if there aren't any changed, this message is logged. if there are changes, then it will update the settings file.

did you notice an issue changing any of your settings?