Merge branch 'develop' into develop

This commit is contained in:
雨思 2023-07-25 08:46:20 +08:00 committed by GitHub
commit 00d8a26cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ export default class DependenceService {
}
}
const cp = spawn(`source ${config.shareShellFile} && set_proxy && ${depRunCommand} ${dependency.name.trim()}`, {
const cp = spawn(`${depRunCommand} ${dependency.name.trim()}`, {
shell: '/bin/bash',
});