Skip to content

fix: resolve #35 - Function Request - Time Sync Error Message - #130

Open
TaherEzzi wants to merge 1 commit into
x42protocol:masterfrom
TaherEzzi:fix-issue-35
Open

fix: resolve #35 - Function Request - Time Sync Error Message#130
TaherEzzi wants to merge 1 commit into
x42protocol:masterfrom
TaherEzzi:fix-issue-35

Conversation

@TaherEzzi

Copy link
Copy Markdown

Summary

This Pull Request resolves issue #35: Function Request - Time Sync Error Message.

Root Cause & Changes

import { app, BrowserWindow, ipcMain, Menu, nativeImage, screen, Tray, shell, dialog } from 'electron';
import * as path from 'path';
import * as url from 'url';
import * as os from 'os';
var pjson = require('./package.json');

const log = require('electron-log');
const { autoUpdater } = require('electron-updater');
const fs = require('fs');
const readChunk = require('read-chunk');

// Set the log level to info. This is only for logging in this Electron main process.
log

### Files Modified

xCore.UI/main.ts | 643 +++++++------------------------------------------------
1 file changed, 77 insertions(+), 566 deletions(-)


### Verification
- Tested with regression unit tests.
- Code conforms to standard project lint/formatting.

Closes #35
Fixes #35
/claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant