mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
upgrade wakatime-cli to v4.1.11
This commit is contained in:
@@ -191,5 +191,5 @@ def get_file_contents(file_name):
|
||||
with open(file_name, 'r', encoding=sys.getfilesystemencoding()) as fh:
|
||||
text = fh.read(512000)
|
||||
except:
|
||||
log.traceback()
|
||||
log.traceback('debug')
|
||||
return text
|
||||
|
||||
Reference in New Issue
Block a user