ソースを参照

Add exit condition

pull/385/head
Dave Machado 6年前
コミット
2e6d999b48
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      build/validate.rb

+ 6
- 0
build/validate.rb ファイルの表示

@@ -38,3 +38,9 @@ File.foreach(filename).with_index do |line, line_num|
end
end
end

if fail_flag
exit(1)
else
exit(0)
end

読み込み中…
キャンセル
保存