diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile index 9516150ef..ed7007f94 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile @@ -157,7 +157,7 @@ var symlinkBlendKit = function(destinationPath) FILE.symlink(blendKitPath, destinationPath); } -function colorPrint(message, color) +var colorPrint = function(message, color) { var matches = color.match(/(bold(?: |\+))?(.+)/);