Skip to content

Commit 7cdd4d7

Browse files
committed
WIP
1 parent 68c3845 commit 7cdd4d7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ export function print(node, opts = {}) {
124124
newline = newline.slice(0, -indent.length);
125125
break;
126126

127-
case 'Sequence':
128-
for (let i = 0; i < command.children.length; i += 1) {
129-
run(command.children[i]);
130-
}
131-
132-
break;
133-
134127
case 'Comment':
135128
if (command.comment.type === 'Line') {
136129
append(`//${command.comment.value}`);

0 commit comments

Comments
 (0)