UNPKG

noble-uwp

Version:

Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings

7 lines (5 loc) 173 B
var verror = require('../lib/verror'); var opname = 'read'; var err = new verror.VError('"%s" operation failed', opname); console.log(err.message); console.log(err.stack);