Skip to content

Commit f5c78ba

Browse files
committed
buffer: fix lint error
1 parent a54015a commit f5c78ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/buffer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,7 @@ function atob(input) {
13061306
'InvalidCharacterError');
13071307
case -3:
13081308
assert.fail('Unrecognized simdutf error');
1309+
break;
13091310
default:
13101311
return result;
13111312
}

0 commit comments

Comments
 (0)