mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
nothing
This commit is contained in:
@@ -10,4 +10,4 @@ ipcMain.on("map.export-version", (event, request: IpcRequest<ExportVersionMapsOp
|
||||
mapService.exportVersionMaps(request.args.version, request.args.path).then(() => {
|
||||
utils.ipcSend(request.responceChannel, {success: true});
|
||||
}).catch(() => utils.ipcSend(request.responceChannel, {success: false, error: {title: "", msg: ""}}));
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user