Add back options code (will resolve in another PR)

This commit is contained in:
Aria
2025-11-25 11:26:59 -06:00
committed by W-A-James
parent d70b758065
commit a5c7fcc136
+1 -1
View File
@@ -134,7 +134,7 @@ function githubPath(base, subpath = '') {
return `https://raw.githubusercontent.com/${path}/${subpath}`;
}
const _processTables = (json, baseUrl, frameLen) => {
const _processTables = (json, baseUrl, frameLen, options = {}) => {
baseUrl = json._base || baseUrl;
return Object.entries(json).forEach(([key, tables]) => {
if (key === '_base') return false;