Commit 25d45b29 authored by Jorge Bucaran's avatar Jorge Bucaran

Make sure to exit with 0 of 1 when reloading the framework

parent ed87414b
...@@ -29,3 +29,6 @@ end ...@@ -29,3 +29,6 @@ end
# Prepend extracted user functions so they have the highest priority. # Prepend extracted user functions so they have the highest priority.
set fish_function_path $user_function_path $fish_function_path set fish_function_path $user_function_path $fish_function_path
# Make sure to exit with $status of 1 when reloading the framework.
or true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment