Skip to content

Commit

Permalink
Sync Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca11back committed Oct 10, 2021
1 parent 7b4db76 commit 48d00fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd_bean_sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function processLineByLine(jrbodys) {
for await (let line of rl) {
line = line.trim()
if (line == 'Finish'){
console.log(`识别到读取结束符号,结束.供读取${jrbodys.length}个`)
console.log(`识别到读取结束符号,结束.共读取${jrbodys.length}个`)
return
}
jrbodys.push(line)
Expand Down

0 comments on commit 48d00fb

Please sign in to comment.