Skip to content

Commit

Permalink
improve abort message
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroscr committed Feb 6, 2023
1 parent c231dd1 commit 3931c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,9 @@ async function runStorageRPCTest(lokinet, config, cb) {
var responded = false
var ref = {
abort: function () {
console.log('runStorageRPCTest abort: never called httpGet?')
// usually get this why oxend is syncing...
// sometimes httpGet wasn't called
console.log('runStorageRPCTest abort or timeout, is oxend syncing?')
}
}
var storage_rpc_timer = setTimeout(function() {
Expand Down

0 comments on commit 3931c20

Please sign in to comment.