fix typo in function name, cleanup unused args (#317)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -530,14 +530,12 @@ export class EngineCommandManager {
|
||||
console.log('sending command', command)
|
||||
this.engineConnection?.send(command)
|
||||
}
|
||||
sendModellingCommand({
|
||||
sendModelingCommand({
|
||||
id,
|
||||
params,
|
||||
range,
|
||||
command,
|
||||
}: {
|
||||
id: string
|
||||
params: any
|
||||
range: SourceRange
|
||||
command: EngineCommand
|
||||
}): Promise<any> {
|
||||
|
Reference in New Issue
Block a user