https://codereview.chromium.org/1179173009/diff/60001/tools/tickprocessor.js
File tools/tickprocessor.js (right):

https://codereview.chromium.org/1179173009/diff/60001/tools/tickprocessor.js#newcode39
tools/tickprocessor.js:39: return require('child_process').execSync(name
+ ' ' + args.join(' ')).toString();
I suggest using `execFileSync(name, args, { encoding: 'utf8'})` here.

https://codereview.chromium.org/1179173009/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to