Commit c9aab56
Remove
**Before**
```
$ npx convex run asd
✖ Failed to run function "asd":
Error: [Request ID: 3e7675304ea5889a] Server Error
Could not find function for 'asd'. Did you forget to run `npx convex dev` or `npx convex deploy`?
Available functions:
• messages.js:list
• messages.js:send
```
**After**
```
$ npx convex run asd
✖ Failed to run function "asd":
Error: [Request ID: 70542bfe9ad12af2] Server Error
Could not find function for 'asd'. Did you forget to run `npx convex dev` or `npx convex deploy`?
Available functions:
• messages:list
• messages:send
```
GitOrigin-RevId: 7fe5e5115da4795d05cb89a73e10f7160bb3d1c9.js extension in convex run errors (#40545)1 parent ff2203b commit c9aab56
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments