Skip to content

Commit fd6f0c8

Browse files
committed
Create string that isn't frozen since we are appending
1 parent 47239f9 commit fd6f0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flipper/instrumentation/log_subscriber.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def adapter_operation(event)
5656
operation = event.payload[:operation]
5757
result = event.payload[:result]
5858

59-
description = 'Flipper '
59+
description = String.new('Flipper ')
6060
description << "feature(#{feature_name}) " unless feature_name.nil?
6161
description << "adapter(#{adapter_name}) "
6262
description << "#{operation} "

0 commit comments

Comments
 (0)