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 6a3e678 commit 1f717c8Copy full SHA for 1f717c8
lib/docsplit.rb
@@ -21,7 +21,7 @@ module Docsplit
21
22
ESCAPE = lambda {|x| Shellwords.shellescape(x) }
23
24
- # Check for all dependencies, and warn of their absence.
+ # Check for all dependencies, and note their absence.
25
dirs = ENV['PATH'].split(File::PATH_SEPARATOR)
26
DEPENDENCIES.each_key do |dep|
27
dirs.each do |dir|
@@ -30,7 +30,6 @@ module Docsplit
30
break
31
end
32
33
- warn "Warning: Docsplit dependency #{dep} not found." if !DEPENDENCIES[dep]
34
35
36
# Raise an ExtractionFailed exception when the PDF is encrypted, or otherwise
0 commit comments