mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
feature(cloudcmd) split prefix and prefixSocket finally
This commit is contained in:
parent
5f53da58e7
commit
d71066b95e
2 changed files with 3 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ module.exports = (params) => {
|
|||
config('configDialog', defaultValue('configDialog', options));
|
||||
|
||||
const {prefix} = prefixer(options.prefix);
|
||||
const prefixSocket = prefixer(options.prefixSocket) || prefix; // MAJOR: remove condition on v12
|
||||
const prefixSocket = prefixer(options.prefixSocket);
|
||||
|
||||
if (p.socket)
|
||||
listen(prefixSocket, p.socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue