From 7db3476239b23643811e1dfa249b4772e2b41b36 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 27 Nov 2023 18:18:10 -0300 Subject: [PATCH] Follow same pattern as other tasks --- tasks/nanoc.rake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/nanoc.rake b/tasks/nanoc.rake index e78faf4..c391ac0 100644 --- a/tasks/nanoc.rake +++ b/tasks/nanoc.rake @@ -50,9 +50,10 @@ namespace :nanoc do sleep rescue Interrupt warn "SIGINT: exit" + exit + ensure warn "[build] Release lock..." lockf.release - exit end end