diff --git a/src/bun.js/bindings/Process.cpp b/src/bun.js/bindings/Process.cpp index 34597ade46..5914820284 100644 --- a/src/bun.js/bindings/Process.cpp +++ b/src/bun.js/bindings/Process.cpp @@ -205,7 +205,7 @@ void Process::finishCreation(JSC::VM& vm) JSC::CustomGetterSetter::create(vm, Process_getPPID, nullptr), static_cast(JSC::PropertyAttribute::CustomValue)); - putDirectCustomAccessor(vm, JSC::Identifier::fromString(vm, "dlopen"_s), + putDirectCustomAccessor(vm, JSC::Identifier::fromString(vm, "title"_s), JSC::CustomGetterSetter::create(vm, Process_getTitle, Process_setTitle), static_cast(JSC::PropertyAttribute::CustomValue));