优化
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 23s
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 23s
This commit is contained in:
@ -19,7 +19,7 @@ export function connect(msg: Message, action: string, data?: any): Promise<Messa
|
||||
|
||||
export class Client {
|
||||
constructor(
|
||||
private msg: ExtensionMessageSend,
|
||||
private msg: MessageSend,
|
||||
private prefix: string
|
||||
) {
|
||||
if (!this.prefix.endsWith("/")) {
|
||||
|
Reference in New Issue
Block a user