Last active
January 4, 2022 10:51
-
-
Save dongmai/8bd7992d4418f878c583288869290460 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load template data | |
templateData = loadThemeData() | |
if config.nil? | |
puts "Data is NIL stop here" | |
return | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment