Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed May 25, 2019
1 parent 995a161 commit 59ae33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main2.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
}

if (event.data.eof) {
var len = sessions[event.data.id].input.length;
var len = sessions[event.data.id].input.length;
if (len) {
console.warn('not all the input data was decoded. remaining: ' + len + '[bytes]');
}
Expand Down

0 comments on commit 59ae33a

Please sign in to comment.