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 60ee488 commit 250b2d9Copy full SHA for 250b2d9
lib/ruby_wasm/cli.rb
@@ -189,7 +189,7 @@ def compute_build_source(options)
189
if File.directory?(src_name)
190
# Treat as a local source if the given name is a source directory.
191
RubyWasm.logger.debug "Using local source: #{src_name}"
192
- if options[:patches]
+ if options[:patches].any?
193
RubyWasm.logger.warn "Patches specified through --patch are ignored for local sources"
194
end
195
# @type var local_source: RubyWasm::Packager::build_source_local
0 commit comments