diff --git a/js/helper.js b/js/helper.js index 306e779dc5..8ef37fd0c6 100644 --- a/js/helper.js +++ b/js/helper.js @@ -7,7 +7,7 @@ const childProcess = require('child_process'); * @type {string} */ let binaryPath = eval( - "require('path').resolve(__dirname, require('os').platform() === 'win32' ? '..\\sentry-cli.exe' : '../sentry-cli')" + "require('path').resolve(__dirname, require('os').platform() === 'win32' ? '../sentry-cli.exe' : '../sentry-cli')" ); /**