InProcessBackend.ts

This commit is contained in:
nirholas
2026-03-31 10:24:30 +00:00
parent cdf565fad9
commit 2e14674b7e

View File

@@ -337,3 +337,4 @@ export class InProcessBackend implements TeammateExecutor {
export function createInProcessBackend(): InProcessBackend { export function createInProcessBackend(): InProcessBackend {
return new InProcessBackend() return new InProcessBackend()
} }