Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit e5e2a3d

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Build plugin
1 parent 403b29c commit e5e2a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • resources/js/electron-plugin/dist/server

resources/js/electron-plugin/dist/server/php.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function startQueueWorker(secret, apiPort, phpIniSettings = {}) {
114114
cwd: appPath,
115115
env
116116
};
117-
return callPhp(['artisan', 'queue:work'], phpOptions, phpIniSettings);
117+
return callPhp(['artisan', 'queue:work', '-q'], phpOptions, phpIniSettings);
118118
}
119119
function startScheduler(secret, apiPort, phpIniSettings = {}) {
120120
const env = getDefaultEnvironmentVariables(secret, apiPort);

0 commit comments

Comments
 (0)