Fix comment
This commit is contained in:
@@ -2124,7 +2124,7 @@ export function risuChatParser(da:string, arg:{
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(dat.startsWith('/')){
|
if(dat.startsWith('/') && !dat.startsWith('//')){
|
||||||
if(stackType[nested.length] === 5){
|
if(stackType[nested.length] === 5){
|
||||||
const blockType = blockNestType.get(nested.length)
|
const blockType = blockNestType.get(nested.length)
|
||||||
if( blockType.type === 'ignore' || blockType.type === 'pure' ||
|
if( blockType.type === 'ignore' || blockType.type === 'pure' ||
|
||||||
|
|||||||
Reference in New Issue
Block a user