Slight error in my sprintf change. Fixed here.

This commit is contained in:
Ross Boucher
2010-03-07 17:54:57 -08:00
parent e3dc9fd96b
commit e804d44934
+1 -1
View File
@@ -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),