darkmagic icon indicating copy to clipboard operation
darkmagic copied to clipboard

it is possible to call callback twice

Open kessler opened this issue 10 years ago • 0 comments

module.exports = function (callback) {
    callback()
    callback() // should throw an error
}

kessler avatar Apr 11 '15 02:04 kessler