We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a418410 commit 9e5231fCopy full SHA for 9e5231f
plugins/msgrpc.rb
@@ -63,7 +63,7 @@ def initialize(framework, opts)
63
64
# If the run in foreground flag is not specified, then go ahead and fire
65
# it off in a worker thread.
66
- if (opts['RunInForeground'] != true)
+ unless opts['RunInForeground'] == true
67
# Store a handle to the thread so we can kill it during
68
# cleanup when we get unloaded.
69
self.thread = Thread.new { run }
0 commit comments