mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
替换 spawn 为 cross-spawn
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
unInstallDependenceCommandTypes,
|
||||
DependenceModel,
|
||||
} from '../data/dependence';
|
||||
import { spawn } from 'child_process';
|
||||
import { spawn } from 'cross-spawn';
|
||||
import SockService from './sock';
|
||||
import { FindOptions, Op } from 'sequelize';
|
||||
import { concurrentRun } from '../config/util';
|
||||
|
||||
Reference in New Issue
Block a user