chore: rename node bindings atom => electron (#22176)

This commit is contained in:
Jeremy Apthorp 2020-02-14 03:25:39 -08:00 committed by GitHub
parent b5e7df1cbf
commit 602913cb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 104 additions and 102 deletions

View file

@ -1,8 +1,8 @@
'use strict';
(function () {
const asar = process._linkedBinding('atom_common_asar')
const v8Util = process._linkedBinding('atom_common_v8_util')
const asar = process._linkedBinding('electron_common_asar')
const v8Util = process._linkedBinding('electron_common_v8_util')
const { Buffer } = require('buffer')
const Module = require('module')
const path = require('path')