Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(inputters): Ensure inputter options are always a table
Annoyingly, options passed to an inputter constructor can be nil, depending on how the inputter is invoked. Let's be more tolerant and safe in that case, initializing to an empty table.
- Loading branch information