Skip to content

Commit 3de3cb4

Browse files
committed
update
1 parent d6aa22f commit 3de3cb4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3232

3333
# Finder (MacOS) folder config
3434
.DS_Store
35+
src/hello.js
36+
src/all.txt

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ export class BM2 extends EventEmitter<BM2Events> {
462462
* raw response. Useful for custom or future command types.
463463
*/
464464
async send(message: DaemonMessage): Promise<DaemonResponse> {
465+
465466
if (!message.id) {
466467
message.id = generateId();
467468
}
@@ -473,7 +474,6 @@ export class BM2 extends EventEmitter<BM2Events> {
473474
method: "POST",
474475
headers: { "Content-Type": "application/json" },
475476
body,
476-
// @ts-expect-error — Bun-specific option for Unix socket
477477
unix: DAEMON_SOCKET,
478478
});
479479

0 commit comments

Comments
 (0)