Skip to content

Commit 2df49dd

Browse files
committed
WIP
1 parent 529389b commit 2df49dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function measure(commands, from, to = commands.length) {
3030
if (typeof command === 'string') {
3131
total += command.length;
3232
} else if (Array.isArray(command)) {
33-
total += 2; // TODO `measure(command, 0, command.length)`;
33+
total += 2;
3434
} else if (command.type === 'Chunk') {
3535
total += command.content.length;
3636
}

0 commit comments

Comments
 (0)