Skip to content

Commit d89cb45

Browse files
committed
Rethrow exception
1 parent 83fe39c commit d89cb45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v-next/core/src/internal/tasks/validations.ts

+2
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,7 @@ export function validateTaskArgumentValue(
127127
},
128128
);
129129
}
130+
131+
throw error;
130132
}
131133
}

0 commit comments

Comments
 (0)