Skip to content

Commit a9471a6

Browse files
committed
JSDocを追記
1 parent 03240ad commit a9471a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/websocket/updateCodeBlock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const updateCodeBlock = async (
7878
if (!options?.socket) opt.socket.disconnect();
7979
};
8080

81+
/** コード本文のテキストを取得する */
8182
function getCodeBody(code: string | string[] | CodeFile): string[] {
8283
const content = isCodeFile(code) ? code.content : code;
8384
if (Array.isArray(content)) return content;

0 commit comments

Comments
 (0)