Skip to content

Commit 18c4929

Browse files
committed
Rename folder
1 parent c3e2bff commit 18c4929

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

backend/ipc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fs = require('fs')
22
const registerMenu = require('./menu.js')
3-
const serial = require('./serial.js').sharedInstance
3+
const serial = require('./serial/serial.js').sharedInstance
44

55
const {
66
openFolderDialog,

backend/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { app, Menu } = require('electron')
22
const path = require('path')
3-
const serial = require('./serial.js').sharedInstance
3+
const serial = require('./serial/serial.js').sharedInstance
44
const openAboutWindow = require('about-window').default
55
const shortcuts = require('./shortcuts.js')
66
const { type } = require('os')
File renamed without changes.
File renamed without changes.

preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { contextBridge, ipcRenderer } = require('electron')
33
const path = require('path')
44
const shortcuts = require('./backend/shortcuts.js').global
55
const { emit, platform } = require('process')
6-
const SerialBridge = require('./backend/bridge/serial-bridge.js')
6+
const SerialBridge = require('./backend/serial/serial-bridge.js')
77

88
const Disk = {
99
openFolder: async () => {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy