Skip to content

Commit

Permalink
feat(skyrim-platform): add error logging for unprocessed files in Loa…
Browse files Browse the repository at this point in the history
…dFiles() (#2322)
  • Loading branch information
Pospelove authored Feb 9, 2025
1 parent c457673 commit 986cf5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class CommonExecutionListener : public TickListener
LoadPluginFile(path);
continue;
}
logger::warn("Found unprocessed file: {}", path.string());
}
}

Expand Down

0 comments on commit 986cf5c

Please sign in to comment.