osbourne 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/osbourne/launcher.rb +1 -1
- data/lib/osbourne/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9aa3421f43348d004bceebe0e3128fe59fdabfae25c3d6080a1f3f83c607b908
|
4
|
+
data.tar.gz: 2897a8044538c7afd5637d4e37a6b8bf990f208b28135e871b29a7650974677b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f8168a4f50a7a79a0b37c5604e828129d4514d83245520a06feedb74990ae85179324e470f8e24009f3ad4a72bbdda2f7a141dd929efeac69708cb40535d51b
|
7
|
+
data.tar.gz: '05876b12a5e16ebf32351a339a221de15ffd7a1021774c5b373ca0e4af1b2e06f6ab20f07e7500ce373bc634369c80f7bd7ceff098f412fcf7da478794519170'
|
data/lib/osbourne/launcher.rb
CHANGED
@@ -63,7 +63,7 @@ module Osbourne
|
|
63
63
|
worker.new.process(message).tap {|_| Osbourne.lock.unlock(message.id) }
|
64
64
|
end
|
65
65
|
rescue Exception => ex # rubocop:disable Lint/RescueException
|
66
|
-
Osbourne.logger.error("[MSG ID: #{message.id}] #{ex.message}")
|
66
|
+
Osbourne.logger.error("[MSG ID: #{message.id}] [#{ex.message}]\n #{ex.backtrace_locations.join("\n")}")
|
67
67
|
false
|
68
68
|
end
|
69
69
|
end
|
data/lib/osbourne/version.rb
CHANGED