1
1
/**
2
- * @license r.js 2.3.2+ Sat, 29 Oct 2016 21:28:02 GMT Copyright jQuery Foundation and other contributors.
2
+ * @license r.js 2.3.2+ Fri, 25 Nov 2016 04:34:40 GMT Copyright jQuery Foundation and other contributors.
3
3
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
4
4
*/
5
5
@@ -19,7 +19,7 @@ var requirejs, require, define, xpcUtil;
19
19
(function (console, args, readFileFunc) {
20
20
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
21
21
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
22
- version = '2.3.2+ Sat, 29 Oct 2016 21:28:02 GMT',
22
+ version = '2.3.2+ Fri, 25 Nov 2016 04:34:40 GMT',
23
23
jsSuffixRegExp = /\.js$/,
24
24
commandOption = '',
25
25
useLibLoaded = {},
@@ -27023,8 +27023,7 @@ define('build', function (require) {
27023
27023
var out = new java.io.PrintStream(java.lang.System.out, true, 'UTF-8');
27024
27024
out.println(content);
27025
27025
} else if (e === 'node') {
27026
- process.stdout.setEncoding('utf8');
27027
- process.stdout.write(content);
27026
+ process.stdout.write(content, 'utf8');
27028
27027
} else {
27029
27028
console.log(content);
27030
27029
}
0 commit comments