提交 fb850a0b 编写于 作者: J João Moreno

Merge pull request #3150 from Tyriar/3127_fix_open_relative_path

Fix opening code via command line using relative paths
......@@ -316,9 +316,6 @@ function massagePath(path: string): string {
// Trim whitespaces
path = strings.trim(strings.trim(path, ' '), '\t');
// Remove trailing dots
path = strings.rtrim(path, '.');
return path;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册