Skip to content

Commit accbe4c

Browse files
committed
WIP
1 parent 91f88bf commit accbe4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins-server/cloud9.connect/connect-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = function startup(options, imports, register) {
3333

3434
api.on = server.on;
3535
api.emit = server.emit;
36+
api.close = server.close;
3637

3738
function startListening (port, host) {
3839
api.getPort = function () {

0 commit comments

Comments
 (0)