Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* fix opening the wrong error log
  • Loading branch information
DisposaBoy committed Jun 29, 2013
1 parent 95511ae commit b776cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions GoSublime.sublime-commands
Expand Up @@ -166,9 +166,7 @@
},
{
"caption": "GoSublime: Open Error Log",
"command": "open_file",
"args": {
"file": "${packages}/User/GoSublime/9/log.txt"
}
"command": "gs_open_home_path",
"args": { "fn": "log.txt" }
}
]
8 changes: 3 additions & 5 deletions Main.sublime-menu
Expand Up @@ -93,15 +93,13 @@
{ "caption": "-" },
{
"caption": "Open Log File",
"command": "open_file",
"args": {
"file": "${packages}/User/GoSublime/9/log.txt"
}
"command": "gs_open_home_path",
"args": { "fn": "log.txt" }
}
]
}
]
}
]
}
]
]

0 comments on commit b776cbe

Please sign in to comment.