Skip to content

Commit

Permalink
chore: fixed findProcess import
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Feb 9, 2024
1 parent 33b29bb commit f7c7497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/desktop-app/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import { environment } from "../src/environments/environment";
import * as https from "https";
import * as http from "http";
import { execFile as child } from "child_process";
import findProcess from 'find-process';
import Electron from "electron";

const { app, BrowserWindow, ipcMain, Tray, Menu, dialog } = require("electron");
const electronLocalshortcut = require('electron-localshortcut');
const { autoUpdater } = require("electron-updater");
const findProcess = require("find-process");

const url = require("url");
const fs = require("fs");
Expand Down

0 comments on commit f7c7497

Please sign in to comment.