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-12-09 22:37:51 +0300
committerAli Ijaz Sheikh <ofrobots@google.com>2015-12-30 01:14:43 +0300
commit3e2a2e6efa40ca1ae2d5161ab2844a1787391a9e (patch)
tree09ea5c510159f09e0af6e830617f2f51b42319dc /.eslintignore
parent1762db0142b137d0dcc949cd38894a2b07adf18a (diff)
tools: run tick processor without forking
Using the tick processor no longer creates temporary files or spawns a child process. PR-URL: https://github.com/nodejs/node/pull/4224 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 507305bc8f0..e1376c84099 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,4 +1,5 @@
lib/internal/v8_prof_polyfill.js
+lib/internal/v8_prof_processor.js
lib/punycode.js
test/addons/doc-*/
test/fixtures