Skip to content

Commit bd256f1

Browse files
author
Jake Champion
committed
chore: remove outdated todo comment -- we do throw a js error for a missing config-store
1 parent 57c40bd commit bd256f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c-dependencies/js-compute-runtime/builtins/config-store.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ bool ConfigStore::constructor(JSContext *cx, unsigned argc, JS::Value *vp) {
9696

9797
JS::RootedObject config_store(cx, JS_NewObjectForConstructor(cx, &class_, args));
9898
ConfigStoreHandle dict_handle = {INVALID_HANDLE};
99-
// TODO: Throw JS Error if the requested store does not exist
10099
auto status =
101100
convert_to_fastly_status(xqd_config_store_open(name.data(), name_len, &dict_handle));
102101
if (status == FastlyStatus::BadF) {

0 commit comments

Comments
 (0)