tm_backtrace 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/tm_backtrace.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/lib/tm_backtrace.rb
CHANGED
@@ -7,7 +7,7 @@ class Exception
|
|
7
7
|
b.map do |t|
|
8
8
|
file, line, message = t.split(':')
|
9
9
|
file = File.expand_path(file).sub(File.expand_path('~'), '~')
|
10
|
-
"
|
10
|
+
"\e[90mtxmt://open/?url=file://\e[36m#{ file }\e[90m&line=\e[0m#{ line } \e[31m#{ message }\e[0m"
|
11
11
|
end
|
12
12
|
end
|
13
13
|
end
|