PR-601212: fixing npx.

This commit is contained in:
2022-08-02 07:28:56 +00:00
parent 4e19c16e78
commit 94b6dde8d3
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env node
const { execSync } = require('child_process');
const isWin = process.platform === "win32";
const runCommand = command => {
try{