Skip to content

Commit b776cbe

Browse files
author
DisposaBoy
committed
* fix opening the wrong error log
1 parent 95511ae commit b776cbe

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

GoSublime.sublime-commands

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@
166166
},
167167
{
168168
"caption": "GoSublime: Open Error Log",
169-
"command": "open_file",
170-
"args": {
171-
"file": "${packages}/User/GoSublime/9/log.txt"
172-
}
169+
"command": "gs_open_home_path",
170+
"args": { "fn": "log.txt" }
173171
}
174172
]

Main.sublime-menu

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@
9393
{ "caption": "-" },
9494
{
9595
"caption": "Open Log File",
96-
"command": "open_file",
97-
"args": {
98-
"file": "${packages}/User/GoSublime/9/log.txt"
99-
}
96+
"command": "gs_open_home_path",
97+
"args": { "fn": "log.txt" }
10098
}
10199
]
102100
}
103101
]
104102
}
105103
]
106104
}
107-
]
105+
]

0 commit comments

Comments
 (0)