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.
2 parents 767853f + 0fa8372 commit 460016fCopy full SHA for 460016f
index.js
@@ -21,6 +21,8 @@ let createClient = function(params) {
21
* @param {object} [options.negotiateUnixFd] - Whether this bus should support the negotiation of Unix file descriptors.
22
*/
23
module.exports.systemBus = function(opts) {
24
+ if(!opts)
25
+ opts = {};
26
return createClient({
27
negotiateUnixFd: opts.negotiateUnixFd,
28
busAddress:
0 commit comments