Browse Source

Remove unused dmenu_path

master
Lee Watson 6 years ago
parent
commit
ee3e7cf458
No known key found for this signature in database GPG Key ID: 21EDF715E0BC8F8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/exec-dmenu.js

+ 0
- 1
src/exec-dmenu.js View File

@ -5,7 +5,6 @@ const dmenuPath = process.env.DMENU_PATH || 'dmenu'
module.exports = (...args) => choices => module.exports = (...args) => choices =>
new Promise((resolve, reject) => { new Promise((resolve, reject) => {
let choice = '' let choice = ''
let dmenu_path = process.env.DMENU_PATH
const error = [] const error = []
// Use a default of 'dmenu' if not specified in process.env // Use a default of 'dmenu' if not specified in process.env


Loading…
Cancel
Save