Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Feb 12, 2013
1 parent 570749f commit 0602085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VM/ObjectIO.cpp
Expand Up @@ -158,6 +158,8 @@ namespace magpie
{
// TODO(bob): Handle errors!
Task* task = static_cast<Task*>(handle->data);
// TODO(bob): Use handle.statbuf after upgrading to latest libuv where
// that's public.
uv_statbuf_t* statbuf = static_cast<uv_statbuf_t*>(handle->ptr);
task->complete(new IntObject(statbuf->st_size));
}
Expand Down

0 comments on commit 0602085

Please sign in to comment.