Skip to content

Commit

Permalink
fix(dbus): Fix upgrade error
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Sep 30, 2021
1 parent 1f3454d commit 367dd38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/bindings/dbus/MODblue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/bindings/dbus/MODblue.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bindings/dbus/MODblue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class DbusMODblue extends MODblue {

const END = 't';
// eslint-disable-next-line @typescript-eslint/no-var-requires
this.dbus = require(`dbus-nex${END}`).systemBus();
this.dbus = require(`dbus-nex${END}`).systemBus({});
}

public async dispose(): Promise<void> {
Expand Down

0 comments on commit 367dd38

Please sign in to comment.