Skip to content

Commit 503e46a

Browse files
save file
1 parent ab0bf38 commit 503e46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275

276276
var str = '';
277277
if(cur.blob){
278-
str = cur.blob.size;
278+
str = hs(cur.blob.size);
279279
}
280280
$('#hdr #size').textContent = str;
281281

0 commit comments

Comments
 (0)