Rename json-rpc-server to server-process to match class and filename

This commit is contained in:
Nora
2023-04-19 13:54:27 +00:00
parent 4ee8e5a00e
commit 222bf024f3
3 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import {
WithProgressId,
} from "../../pure/legacy-messages";
import { ProgressCallback, ProgressTask } from "../../progress";
import { ServerProcess } from "../json-rpc-server";
import { ServerProcess } from "../server-process";
import { App } from "../../common/app";
type WithProgressReporting = (

View File

@@ -12,7 +12,7 @@ import {
WithProgressId,
} from "../pure/new-messages";
import { ProgressCallback, ProgressTask } from "../progress";
import { ServerProcess } from "./json-rpc-server";
import { ServerProcess } from "./server-process";
import { App } from "../common/app";
type ServerOpts = {