From e029456f01a7a0a6a867306149512cdd239584c1 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 23 Apr 2025 12:29:45 +0900 Subject: [PATCH] Fix comment --- src/ts/parser.svelte.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/parser.svelte.ts b/src/ts/parser.svelte.ts index 54824838..1613470c 100644 --- a/src/ts/parser.svelte.ts +++ b/src/ts/parser.svelte.ts @@ -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' ||