Fix Electron API server

VSCode integration fix for Electron version
This commit is contained in:
omuretsu
2023-02-23 21:18:29 -05:00
parent 57302c953f
commit 211e2bcb95
3 changed files with 60 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ import { Settings } from "./Settings/Settings";
import { exportScripts } from "./Terminal/commands/download";
import { CONSTANTS } from "./Constants";
import { hash } from "./hash/hash";
import { Buffer } from "buffer";
interface IReturnWebStatus extends IReturnStatus {
data?: Record<string, unknown>;