Skip to content

Commit 68781d9

Browse files
committed
help people migrate
1 parent ba36953 commit 68781d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/kit/src/exports/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ export function json(data, init) {
5353
export function fail(status, data) {
5454
return new ActionFailure(status, data);
5555
}
56+
57+
// TODO remove for 1.0
58+
export function invalid() {
59+
throw new Error('invalid(...) is now fail(...)');
60+
}

0 commit comments

Comments
 (0)