Skip to content

Commit

Permalink
Using the remote module
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioszabo committed Jun 29, 2023
1 parent 1717027 commit a054a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/variable.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')
const crypto = require('crypto')
const Replacer = require('./replacer')
const {remote} = require('electron')
const remote = require('@electron/remote')

function resolveClipboard () {
return atom.clipboard.read()
Expand Down

0 comments on commit a054a43

Please sign in to comment.