mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
[node compat] Fix bug with process.title
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user