mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-30 01:32:44 +00:00
Manually filter out some fields due to probable spyglass bug
This commit is contained in:
@@ -329,6 +329,9 @@ const initialize: core.ProjectInitializer = async (ctx) => {
|
||||
meta.registerFormatter<JsonStringNode>('json:string', (node) => {
|
||||
return JSON.stringify(node.value)
|
||||
})
|
||||
meta.registerFormatter<core.ErrorNode>('error', () => {
|
||||
return ''
|
||||
})
|
||||
|
||||
return { loadedVersion: release }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user