Closed mcheshkov closed 1 year ago
Without this return one cannot get tunnel URL when using CJS.
This snippet will log undefined
undefined
const tunnelmole = require('tunnelmole/cjs'); tunnelmole({ port: 8888 }).then(url => console.log("tunnelmole url: ", url);)
Nice catch, i've merged in your fix.
Without this return one cannot get tunnel URL when using CJS.
This snippet will log
undefined