Reverted the update
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 31s

This commit is contained in:
2024-05-21 02:29:28 +02:00
parent 5677567dc9
commit d1250e341b
37 changed files with 312 additions and 778 deletions

View File

@ -1,5 +1,5 @@
'use strict'
module.exports = {
kConstruct: require('../core/symbols').kConstruct
kConstruct: Symbol('constructable')
}