Skip to content

Commit d01b8ae

Browse files
committed
error message consistent with fpm run
1 parent 88ebb0a commit d01b8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/cmd/install.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ end function is_executable_target
151151
subroutine handle_error(error)
152152
type(error_t), intent(in), optional :: error
153153
if (present(error)) then
154-
call fpm_stop(1,error%message)
154+
call fpm_stop(1,'*cmd_install* error: '//error%message)
155155
end if
156156
end subroutine handle_error
157157

0 commit comments

Comments
 (0)