mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Made colorPrint function local
This commit is contained in:
@@ -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(?: |\+))?(.+)/);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user