Master in licard-dev #10

Merged
bogdan.terehov merged 323 commits from merge_master_in_licard_dev into licard-dev 2023-09-04 19:22:24 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 136beef976 - Show all commits

View File

@ -20,7 +20,7 @@ module Touchlane
features_json = JSON.pretty_generate(features)
unless File.exists? project_features_file_path
raise "Unable to load features from file at #{path}"
raise "Unable to load features to file at #{path}"
else
File.open(project_features_file_path, "w") do |f|
f.write(features_json)