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.
1 parent 1800cf6 commit 28b5e35Copy full SHA for 28b5e35
types/dbus/dbus-tests.ts
@@ -20,7 +20,7 @@ dbus.getInterface<Adapter>("org.bluez", "/org/bluez/hci0", "org.bluez.Adapter1",
20
if (!err) {
21
iface.StartDiscovery(() => {});
22
}
23
- })
+ });
24
25
iface.getProperty("Powered", (err: Error | null, value: boolean): void => {});
26
iface.getProperty("System", (err: Error | null, value: number): void => {});
0 commit comments