Skip to content
代码片段 群组 项目
未验证 提交 3bc56046 编辑于 作者: wennn's avatar wennn 提交者: GitHub
浏览文件

Fixed "unary operator expected" error (#40597)

上级 8b62081d
无相关合并请求
......@@ -20,7 +20,7 @@ if [ ! -f "$DOTNET_ROOT/dotnet" ]; then
exit 1
fi
if [ $1 = "" ]; then
if [[ $1 == "" ]]; then
code .
else
code $1
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册