Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 6b73f41

Browse files
authored
修正 拼写错误
1 parent 8aef079 commit 6b73f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/commands/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import fs from "fs-extra";
2525

2626
import InstanceCommand from "./base/command";
2727
import * as childProcess from "child_process";
28-
import FuntionDispatcher from "./dispatcher";
28+
import FunctionDispatcher from "./dispatcher";
2929

3030
class StartupError extends Error {
3131
constructor(msg: string) {

0 commit comments

Comments
 (0)