summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 26cd78ba1..b79c60dab 100644
--- a/TODO
+++ b/TODO
@@ -25,3 +25,4 @@
- fs.readFile and fs.readFileSync need to not stat and prealloc a buffer
based on size but rather read until EOF into a chain of buffers, then
concat them together.
+- process object should be defined in src/node.js not in c++