Library for Foundry VTT which provides module developers with a simple way to modify core Foundry VTT code, while reducing the likelihood of conflict with other modules.
GNU Lesser General Public License v3.0
35
stars
15
forks
source link
Detect unknown parameters, warn of possible incompatibility #47
LibWrapper should detect that the user has passed unknown paramets (e.g. unknown options), and warn the user that a given module might not be fully compatible with the current version of the library.
LibWrapper should detect that the user has passed unknown paramets (e.g. unknown
options
), and warn the user that a given module might not be fully compatible with the current version of the library.