mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #19371 from atom/as/electron-3-deprecations
Fix deprecation warnings
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user