diff --git a/CommonJS/bin/press b/CommonJS/bin/press index 9ad00a671..8b7c28283 100755 --- a/CommonJS/bin/press +++ b/CommonJS/bin/press @@ -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),