Skip to content

Commit

Permalink
Intentionally break paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Jun 5, 2024
1 parent 55b5a5e commit a3ab632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const createCommandServer = require('../create-command-server');
const createVoiceServer = require('../create-voice-server');

const WINDOWS_NAMED_PIPE = '\\\\?\\pipe\\my_pipe';
const MACOS_SYSTEM_DIR = '/var/run/at_driver_generic';
const MACOS_SOCKET_UNIX_PATH = '/var/run/at_driver_generic/driver.socket';
const MACOS_SYSTEM_DIR = '/xvar/run/at_driver_generic';
const MACOS_SOCKET_UNIX_PATH = '/xvar/run/at_driver_generic/driver.socket';
const DEFAULT_PORT = 4382;

/**
Expand Down

0 comments on commit a3ab632

Please sign in to comment.