diff options
Diffstat (limited to 'src/bun.js')
-rw-r--r-- | src/bun.js/bindings/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/Process.cpp b/src/bun.js/bindings/Process.cpp index 34597ade4..591482028 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<unsigned>(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<unsigned>(JSC::PropertyAttribute::CustomValue)); |