Commit 5d6ff087 authored by Kenton Varda's avatar Kenton Varda

Fix issue 37.

parent 52229ebf
......@@ -502,7 +502,7 @@ private:
if (targetsAll) {
targets = kj::Vector<kj::String>(1);
targets[0] = kj::heapString("*");
targets.add(kj::heapString("*"));
}
return kj::strTree(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment