chore: better error text
This commit is contained in:
parent
e29b5c2326
commit
f104e9b6cc
4 changed files with 4 additions and 4 deletions
|
|
@ -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 [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue