Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Sep 26, 2023
1 parent cb299bd commit e8eddd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export async function check_path_exists (filepath : string) {

export async function ensure_path_exists(path : string) {
if (!await check_path_exists(path)) {
console.log('path does not exist:', path)
await mkdir(path)
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/tape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tape('Core Command test suite.', async t => {
clipath : 'test/bin/bitcoin-cli',
confpath : 'test/bitcoin.conf',
datapath : 'test/data',
debug : true,
debug : false,
isolated : true,
network : 'regtest',
core_params : [ '-txindex' ]
Expand Down

0 comments on commit e8eddd1

Please sign in to comment.