Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Loring <mattloring@google.com>2015-11-25 17:08:58 +0300
committerBen Noordhuis <info@bnoordhuis.nl>2015-12-08 04:00:46 +0300
commit49440b7ea2496dbb7b343cf1872d96b92be470db (patch)
treefc9dfd71b00d985c78952a17db65a8a3b7dd73ce /.eslintignore
parenta04721df66db6d18f35116bcebcd3c2c6ddb2d19 (diff)
tools: add --prof-process flag to node binary
This change cleans up outstanding comments on #3032. It improves error handling when no isolate file is provided and adds the --prof-process flag to the node binary which executes the tick processor on the provided isolate file. PR-URL: https://github.com/nodejs/node/pull/4021 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 6f1caaa873f..507305bc8f0 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,3 +1,4 @@
+lib/internal/v8_prof_polyfill.js
lib/punycode.js
test/addons/doc-*/
test/fixtures