mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-08 03:37:14 +00:00
Slight error in my sprintf change. Fixed here.
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ function pressEnvironment(rootPath, outputFiles, environment, options) {
|
||||
total++;
|
||||
totalBytes += aFileExecutable.code().length
|
||||
}, this);
|
||||
stream.print(ObjectiveJ.sprintf(
|
||||
stream.print(_OBJJ.sprintf(
|
||||
"Saved \0green(%f%%\0) (\0blue(%s\0)); Total required files: \0magenta(%d\0) (\0blue(%s\0)) of \0magenta(%d\0) (\0blue(%s\0));",
|
||||
Math.round(((includedBytes - totalBytes) / totalBytes) * -100),
|
||||
bytesToString(totalBytes - includedBytes),
|
||||
|
||||
Reference in New Issue
Block a user