Skip to content

Commit 5f2676d

Browse files
committed
Add label in error message
1 parent cc67510 commit 5f2676d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

markdowntoc/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def log(self, arg):
2424
pp.pprint(arg)
2525

2626
def error(self, arg):
27+
arg = 'MarkdownTOC Error: '+arg
2728
arg = str(arg)
2829
sublime.status_message(arg)
2930
pp.pprint(arg)

0 commit comments

Comments
 (0)