We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1578993 commit 108211bCopy full SHA for 108211b
lib/broadcaster.js
@@ -1,5 +1,4 @@
1
var dgram = require('dgram')
2
-var stringify = require('json-stringify-safe')
3
4
module.exports = function (exercise, passed, callback) {
5
var sock = dgram.createSocket('udp4')
0 commit comments