Gildas il y a 7 ans
Parent
commit
96b3a890f7
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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");
 }