Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Handle errors #7

Merged
merged 1 commit into from
Aug 30, 2016
Merged

Handle errors #7

merged 1 commit into from
Aug 30, 2016

Conversation

fbaiodias
Copy link
Member

No description provided.

@daviddias
Copy link
Member

@xicombd CI is failing

@@ -3,6 +3,7 @@
const EventEmitter = require('events').EventEmitter
const util = require('util')
const read = require('async-buffered-reader')
const error = require('debug')('libp2p-ping:error')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace for

const debug = require('debug')
const log = {}
log.error = debug('libp2p-ping:error')

@fbaiodias
Copy link
Member Author

@diasdavid changed the log, and build is also now green :)

@daviddias daviddias merged commit c210bbb into libp2p:master Aug 30, 2016
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants