aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/zap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/zap.rb')
-rw-r--r--lib/sisu/v5/zap.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/sisu/v5/zap.rb b/lib/sisu/v5/zap.rb
index 85f023a0..94a9e196 100644
--- a/lib/sisu/v5/zap.rb
+++ b/lib/sisu/v5/zap.rb
@@ -73,13 +73,20 @@ module SiSU_Zap
z=SiSU_Env::CleanOutput.new(@opt)
if SiSU_Env::InfoSettings.new.permission?('zap')
unless @opt.act[:quiet][:set]==:on
- tell=SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],"Clean files related to processing #{@opt.cmd} ->","#{@opt.fns} -> #{zap_path}")
+ tell=SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ "Clean files related to processing #{@opt.cmd} ->",
+ "#{@opt.fns} -> #{zap_path}"
+ )
tell.warn
end
z.zap.remove_output
else
unless @opt.act[:quiet][:set]==:on
- tell=SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],'use of -Z (zap) has not enabled in sisurc.yml')
+ tell=SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ 'use of -Z (zap) has not enabled in sisurc.yml'
+ )
tell.warn
end
end