You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/helper.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ export function extractFunctionEntries(
91
91
92
92
// Can't find the files. Watch will have an exception anyway. So throw one with error.
93
93
thrownewError(
94
-
'Compilation failed. Please ensure you have an index file with ext .ts or .js, or have a path listed as main key in package.json'
94
+
`Compilation failed for function alias ${functionAlias}. Please ensure you have an index file with ext .ts or .js, or have a path listed as main key in package.json`
0 commit comments