Skip to content

Commit

Permalink
fix super error
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 24, 2023
1 parent 36a5e90 commit f104140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function installInvoke()
{
try
{
execSync('python3 -version', { stdio: [ 'ignore', 'ignore', 'ignore' ] });
execSync('python3 --version', { stdio: [ 'ignore', 'ignore', 'ignore' ] });
python = 'python3';
}
catch (error)
Expand Down

0 comments on commit f104140

Please sign in to comment.