From 271a2219795a223e5e9017bbf795072bacf96e62 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Fri, 18 Nov 2016 09:07:34 -0200 Subject: [PATCH] Fix character escaping in the `open preferences` message --- lib/actions/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/ui.js b/lib/actions/ui.js index 133aa774..28557e56 100644 --- a/lib/actions/ui.js +++ b/lib/actions/ui.js @@ -205,7 +205,7 @@ export function showPreferences() { const command = process.platform === 'win32' ? ' start notepad "%userprofile%\\.hyper.js"' : ' bash -c \'exec env ${EDITOR:=nano} ~/.hyper.js\''; const message = process.platform === 'win32' ? ' echo Attempting to open ^%userprofile^%\\.hyper.js with notepad' : - ' echo Attempting to open ~/.hyper.js with your \$EDITOR'; // eslint-disable-line no-useless-escape + ' echo Attempting to open ~/.hyper.js with your \\$EDITOR'; return dispatch => { dispatch({