Skip to content

Commit

Permalink
Debug new-versions.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 24, 2023
1 parent 628be4e commit 8aa012b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions new-versions.rb
@@ -1,5 +1,8 @@
versions = ARGV.fetch(0).split(',').map(&:strip)
p versions

versions.each do |engine_version|
puts engine_version
engine_input, version = engine_version.split('-', 2)

if engine_input == 'windows'
Expand Down

0 comments on commit 8aa012b

Please sign in to comment.