Skip to content

Commit

Permalink
fix: spawn error
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jun 4, 2024
1 parent 2d331ef commit e49109d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ const { spawn } = require('child_process');
try {
spawn('npx', ['@million/install@latest'], {
stdio: ['inherit', 'inherit', 'ignore'],
shell: true,
});
} catch (_) {}

0 comments on commit e49109d

Please sign in to comment.