*remove debug
This commit is contained in:
parent
44a9838490
commit
86a3881cfb
11
src/index.ts
11
src/index.ts
|
@ -423,17 +423,6 @@ async function handleSyncProtomux(aq: ActiveQuery) {
|
||||||
aq.reject("action required");
|
aq.reject("action required");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!("data" in aq.callerInput)) {
|
|
||||||
aq.reject("data required");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isNaN(parseInt(aq.callerInput))) {
|
|
||||||
aq.reject("data must be a number");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
const mux = Protomux.from(socket);
|
const mux = Protomux.from(socket);
|
||||||
let mutex: Mutex | null = null;
|
let mutex: Mutex | null = null;
|
||||||
|
|
Loading…
Reference in New Issue