修正 拼写错误

This commit is contained in:
糯米 2022-03-18 05:28:34 +08:00 committed by GitHub
parent 8aef079608
commit 6b73f412a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ import fs from "fs-extra";
import InstanceCommand from "./base/command"; import InstanceCommand from "./base/command";
import * as childProcess from "child_process"; import * as childProcess from "child_process";
import FuntionDispatcher from "./dispatcher"; import FunctionDispatcher from "./dispatcher";
class StartupError extends Error { class StartupError extends Error {
constructor(msg: string) { constructor(msg: string) {