mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix a typo (#2945)
This commit is contained in:
parent
3627c8ce09
commit
94d23fe407
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@ NAME="Hyper"
|
|||
HYPER_PATH="$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")"
|
||||
ELECTRON="$HYPER_PATH/$NAME.exe"
|
||||
if grep -q Microsoft /proc/version; then
|
||||
echo "Warning! Due to WSL limitations, you can use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin."
|
||||
echo "Warning! Due to WSL limitations, you can't use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin."
|
||||
echo "Please see: https://github.com/Microsoft/WSL/issues/1494"
|
||||
echo ""
|
||||
# If running under WSL don't pass cli.js to Electron as environment vars
|
||||
# cannot be transferred from WSL to Windows
|
||||
# If running under WSL don't pass cli.js to Electron, as environment vars
|
||||
# can't be transferred from WSL to Windows.
|
||||
# See: https://github.com/Microsoft/BashOnWindows/issues/1363
|
||||
# https://github.com/Microsoft/BashOnWindows/issues/1494
|
||||
"$ELECTRON" "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue