Skip to content

Commit

Permalink
Ensure that rawQuery throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Nov 13, 2024
1 parent 1ce9029 commit 7fa7d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cosmwasm-utils/src/query/rawQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const rawQuery = async <TResponse = unknown>({
return res
} catch (e) {
console.error('Could not parse response', e, fromAscii(response))
throw e
}
})
}

0 comments on commit 7fa7d31

Please sign in to comment.