From f96c602ff84a3fd60803c4813af59a31bcc3af05 Mon Sep 17 00:00:00 2001 From: MathieuG-P Date: Sat, 6 Aug 2022 21:21:37 +0200 Subject: [PATCH] nothing --- src/main/ipcs/map-ipcs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ipcs/map-ipcs.ts b/src/main/ipcs/map-ipcs.ts index 19fdc487..19ea6ff8 100644 --- a/src/main/ipcs/map-ipcs.ts +++ b/src/main/ipcs/map-ipcs.ts @@ -10,4 +10,4 @@ ipcMain.on("map.export-version", (event, request: IpcRequest { utils.ipcSend(request.responceChannel, {success: true}); }).catch(() => utils.ipcSend(request.responceChannel, {success: false, error: {title: "", msg: ""}})); -}) \ No newline at end of file +}); \ No newline at end of file