mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Escape dirs in the yarn cmd (#1688)
This commit is contained in:
parent
e14237a555
commit
e1c185ced2
@ -133,9 +133,9 @@ async function _installPluginToTmpDir(lookupName: string): Promise<{ tmpDir: str
|
||||
'add',
|
||||
lookupName,
|
||||
'--modules-folder',
|
||||
tmpDir,
|
||||
escape(tmpDir),
|
||||
'--cwd',
|
||||
tmpDir,
|
||||
escape(tmpDir),
|
||||
'--no-lockfile',
|
||||
'--production',
|
||||
'--no-progress',
|
||||
|
Loading…
Reference in New Issue
Block a user