forked from mirrors/probot
Update log for local server
This commit is contained in:
parent
9e4dcacf01
commit
64814d2592
2
index.js
2
index.js
|
@ -38,7 +38,7 @@ module.exports = options => {
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
server.listen(options.port);
|
server.listen(options.port);
|
||||||
console.log('Listening on http://localhost:' + options.port);
|
robot.log.trace('Listening on http://localhost:' + options.port);
|
||||||
},
|
},
|
||||||
|
|
||||||
load(plugin) {
|
load(plugin) {
|
||||||
|
|
Loading…
Reference in New Issue