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.
fpm run
1 parent 88ebb0a commit d01b8aeCopy full SHA for d01b8ae
src/fpm/cmd/install.f90
@@ -151,7 +151,7 @@ end function is_executable_target
151
subroutine handle_error(error)
152
type(error_t), intent(in), optional :: error
153
if (present(error)) then
154
- call fpm_stop(1,error%message)
+ call fpm_stop(1,'*cmd_install* error: '//error%message)
155
end if
156
end subroutine handle_error
157
0 commit comments