1
1
/**
2
- * @license r.js 2.3.5 Copyright jQuery Foundation and other contributors.
2
+ * @license r.js 2.3.5 Mon, 12 Feb 2018 00:23:55 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.5',
22
+ version = '2.3.5+ Mon, 12 Feb 2018 00:23:55 GMT ',
23
23
jsSuffixRegExp = /\.js$/,
24
24
commandOption = '',
25
25
useLibLoaded = {},
@@ -24656,11 +24656,6 @@ exports["is_identifier"] = is_identifier;
24656
24656
exports["SymbolDef"] = SymbolDef;
24657
24657
24658
24658
AST_Node.warn_function = function(txt) { logger.error("uglifyjs WARN: " + txt); };
24659
- // workaround for tty output truncation upon process.exit()
24660
- [process.stdout, process.stderr].forEach(function(stream){
24661
- if (stream._handle && stream._handle.setBlocking)
24662
- stream._handle.setBlocking(true);
24663
- });
24664
24659
24665
24660
exports.AST_Node.warn_function = function(txt) {
24666
24661
console.error("WARN: %s", txt);
0 commit comments