From 6680c7fbf7ef971fbf2954c8bc3eadad2f52751e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 16 Sep 2010 23:16:36 -0700 Subject: [PATCH] Add TODO item --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 26cd78ba12..b79c60dabb 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++