Skip to content

Commit e0353c6

Browse files
committed
fix typo
1 parent 4a7eb9d commit e0353c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/flasher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
if (err) { finish(err); return; }
336336
finish();
337337
});
338-
},);
338+
});
339339
/*readAllData(binary.byteLength, function(err,chipData) {
340340
if (err) {
341341
finish(err);

0 commit comments

Comments
 (0)