Merge pull request #19371 from atom/as/electron-3-deprecations

Fix deprecation warnings
This commit is contained in:
Nathan Sobo
2019-05-20 14:06:37 -06:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
const {protocol} = require('electron')
const fs = require('fs')
const fs = require('fs-plus')
const path = require('path')
// Handles requests with 'atom' protocol.