Fix comment

This commit is contained in:
kwaroran
2025-04-23 12:29:45 +09:00
parent 91e3a352a3
commit e029456f01

View File

@@ -2124,7 +2124,7 @@ export function risuChatParser(da:string, arg:{
break
}
}
if(dat.startsWith('/')){
if(dat.startsWith('/') && !dat.startsWith('//')){
if(stackType[nested.length] === 5){
const blockType = blockNestType.get(nested.length)
if( blockType.type === 'ignore' || blockType.type === 'pure' ||