Skip to content

Commit

Permalink
Build plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored and github-actions[bot] committed Nov 12, 2024
1 parent 403b29c commit e5e2a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/electron-plugin/dist/server/php.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function startQueueWorker(secret, apiPort, phpIniSettings = {}) {
cwd: appPath,
env
};
return callPhp(['artisan', 'queue:work'], phpOptions, phpIniSettings);
return callPhp(['artisan', 'queue:work', '-q'], phpOptions, phpIniSettings);
}
function startScheduler(secret, apiPort, phpIniSettings = {}) {
const env = getDefaultEnvironmentVariables(secret, apiPort);
Expand Down

0 comments on commit e5e2a3d

Please sign in to comment.