disable punycode warning on app process

This commit is contained in:
Leonardo Venturini
2024-11-08 07:58:17 -04:00
parent 9fa9b82da7
commit f0093cb9c9

View File

@@ -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