Gildas 7 年 前
コミット
96b3a890f7
1 ファイル変更0 行追加1 行削除
  1. 0 1
      node/single-file-node.js

+ 0 - 1
node/single-file-node.js

@@ -88,7 +88,6 @@ async function digestText(/* algo, text */) {
 }
 
 function getContentSize(content) {
-	// TODO: check
 	return Buffer.byteLength(content, "utf-8");
 }