mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 10:56:00 +02:00
chore: better error text
This commit is contained in:
@@ -279,7 +279,7 @@ export default Vue.component('misskey-flavored-markdown', {
|
||||
}
|
||||
|
||||
default: {
|
||||
console.log('unknown ast type:', token.node.type);
|
||||
console.log('unrecognized ast type:', token.node.type);
|
||||
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user