Skip to content

Commit

Permalink
wip: Add agent call onto pennsieve start up check:
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Sep 9, 2024
1 parent 2b89b8f commit ac3a7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if (process.contextIsolated) {
},
checkForPennsieveAgent: () => {
return new Promise((resolve, reject) => {
let agentStartSpawn = spawn("pennsieve", {
let agentStartSpawn = spawn("pennsieve", ["agent"], {
shell: true,
env: window.process.env,
});
Expand Down

0 comments on commit ac3a7f8

Please sign in to comment.