chore: clean unused require
This commit is contained in:
parent
0a5a39c720
commit
7b0de2bc0f
@ -2,7 +2,6 @@ const path = require("path");
|
|||||||
const { app, dialog } = require("electron");
|
const { app, dialog } = require("electron");
|
||||||
const { spawn } = require("child_process");
|
const { spawn } = require("child_process");
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
var exec = require("child_process").exec;
|
|
||||||
|
|
||||||
let subprocess = null;
|
let subprocess = null;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user