mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
scripts/code.sh: remove -x
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
|
||||
|
||||
Reference in New Issue
Block a user