We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54c996 commit a7a421aCopy full SHA for a7a421a
src/schema/associations.ts
@@ -87,7 +87,7 @@ const associationLookup = {
87
}
88
},
89
coordsystem: async (file: BIDSFile, options: { maxRows: number }): Promise<{path: string, keys: string[]}> => {
90
- const keys = Object.keys(await loadJSON(file).catch((e) => {}))
+ const keys = Object.keys(await loadJSON(file).catch((e) => {return {}}))
91
return {
92
path: file.path,
93
keys: keys,
0 commit comments