@whyour/qinglong 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whyour/qinglong",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -187,7 +187,7 @@ let DependenceService = class DependenceService {
187
187
  return resolve(null);
188
188
  }
189
189
  }
190
- const cp = (0, cross_spawn_1.spawn)(`${depRunCommand} ${depName}`, {
190
+ const cp = (0, cross_spawn_1.spawn)(`${depRunCommand} ${dependency.name.trim()}`, {
191
191
  shell: '/bin/bash',
192
192
  });
193
193
  cp.stdout.on('data', async (data) => {