mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
disable punycode warning on app process
This commit is contained in:
@@ -10,8 +10,8 @@ var Profile = require('../tool-env/profile').Profile;
|
||||
var release = require('../packaging/release.js');
|
||||
import { pluginVersionsFromStarManifest } from '../cordova/index.js';
|
||||
import { closeAllWatchers } from "../fs/safe-watcher";
|
||||
import { eachline } from "../utils/eachline";
|
||||
import { loadIsopackage } from '../tool-env/isopackets.js';
|
||||
import { eachline } from "../utils/eachline";
|
||||
|
||||
// Parse out s as if it were a bash command line.
|
||||
var bashParse = function (s) {
|
||||
@@ -250,6 +250,8 @@ Object.assign(AppProcess.prototype, {
|
||||
opts.push("--inspect=" + self.inspect.port);
|
||||
}
|
||||
|
||||
opts.push(`--require=${files.convertToOSPath(files.pathJoin(__dirname, '../node-process-warnings.js'))}`)
|
||||
|
||||
opts.push(entryPoint);
|
||||
|
||||
// Call node
|
||||
|
||||
Reference in New Issue
Block a user