mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
plugins: change location for local modules
This commit is contained in:
parent
1265528b13
commit
d74f8ac1dc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const cache = new Config();
|
|||
|
||||
// modules path
|
||||
const path = resolve(homedir(), '.hyperterm_modules');
|
||||
const localPath = resolve(homedir(), '.hyperterm_local_modules');
|
||||
const localPath = resolve(homedir(), '.hyperterm_modules', 'local');
|
||||
|
||||
// init plugin directories if not present
|
||||
mkdirpSync(path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue