Christopher John Robbertse

Results 2 issues of Christopher John Robbertse

## Bug Report **Current Behavior** The URL used at the bottom of the ['Interacting with GitHub' page](https://probot.github.io/docs/github-api/) to link to the ['Run Probot Programmatically' page/section](https://probot.github.io/docs/development/#run-probot-programmatically) has a typo in the...

documentation

I have this: ```javascript const Traceroute = require('nodejs-traceroute'); try { const tracer = new Traceroute(); tracer .on('pid', (pid) => { console.log(`pid: ${pid}`); }) .on('destination', (destination) => { console.log(`destination: ${destination}`); })...