fix tsc error

This commit is contained in:
Yury Semikhatsky 2024-09-24 18:49:43 -07:00
parent f5919a9a6a
commit c5ae32d6a0

View file

@ -75,7 +75,7 @@ export async function runWatchModeLoop(configLocation: ConfigLocation, initialOp
const options: WatchModeOptions = { ...initialOptions };
let bufferMode = false;
const testServerDispatcher = new TestServerDispatcher(configLocation);
const testServerDispatcher = new TestServerDispatcher(configLocation, {});
const transport = new InMemoryTransport(
async data => {
const { id, method, params } = JSON.parse(data);