Skip to content

Commit bb2db12

Browse files
committed
what're the end line chars?
1 parent 9a68b8f commit bb2db12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bitcore-cli/test/address.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe.only('Address', function() {
5050
}
5151
// Uncomment to see CLI output during test
5252
process.stdout.write(chunk);
53-
console.log('chunk end', chunk.slice(-10), chunk.endsWith('└\n'), chunk.endsWith('└'));
53+
console.log('chunk end', chunk.slice(-10), chunk.slice(-10).split('').map(c => c.charCodeAt(0)));
5454

5555
const isStep = chunk.endsWith('└\n');
5656
if (isStep) {

0 commit comments

Comments
 (0)