Add back v8Util binding
This commit is contained in:
parent
aab2821122
commit
5fc671f522
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
const v8Util = process.atomBinding('v8_util');
|
||||
|
||||
class ObjectsRegistry extends EventEmitter {
|
||||
constructor() {
|
||||
|
|
Loading…
Reference in a new issue