See mciparelli/co-redis#16 Small test case to reproduce: ``` js const thenify = require('thenify') function testMe () {} Object.defineProperty(testMe, 'name', { value: 'test-me' }) thenify(testMe) ```