chore: add FIXME for remote deref (#14116)

This commit is contained in:
Samuel Attard 2018-08-15 09:06:44 -07:00 коммит произвёл Shelley Vohr
Родитель 08a8a3fbfc
Коммит 5f7a595f0a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -87,6 +87,7 @@ class ObjectsRegistry {
// Private: Dereference the object from store.
dereference (id) {
// FIXME(MarshallOfSound): We should remove this once remote deref works well
if (process.env.ELECTRON_DISABLE_REMOTE_DEREFERENCING) return
let pointer = this.storage[id]