.coffee -> .js

This commit is contained in:
Kevin Sawicki 2016-05-23 10:28:32 -07:00
parent 1c9fe8d23e
commit daea448b61
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
;(function () {
return function (process, require, asarSource) {
// Make asar.coffee accessible via "require".
// Make asar.js accessible via "require".
process.binding('natives').ELECTRON_ASAR = asarSource
// Monkey-patch the fs module.