We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a68b8f commit bb2db12Copy full SHA for bb2db12
1 file changed
packages/bitcore-cli/test/address.test.ts
@@ -50,7 +50,7 @@ describe.only('Address', function() {
50
}
51
// Uncomment to see CLI output during test
52
process.stdout.write(chunk);
53
- console.log('chunk end', chunk.slice(-10), chunk.endsWith('└\n'), chunk.endsWith('└'));
+ console.log('chunk end', chunk.slice(-10), chunk.slice(-10).split('').map(c => c.charCodeAt(0)));
54
55
const isStep = chunk.endsWith('└\n');
56
if (isStep) {
0 commit comments