Skip to content

Commit df8d0df

Browse files
committed
fix: add engine name to 'not supported' error message
1 parent b887b5f commit df8d0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/setUpEdgeFunction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const setUpEdgeFunction = async ({ angularJson, constants, failBuild, usedEngine
202202
}
203203

204204
if (!ssrFunctionContent) {
205-
return failBuild('no ssr function body')
205+
return failBuild(`"${usedEngine}" is currently not a supported.`)
206206
}
207207

208208
// eslint-disable-next-line no-inline-comments

0 commit comments

Comments
 (0)