Skip to content

Commit c92bfb9

Browse files
committed
lint
1 parent 4310b8f commit c92bfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-vercel/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ async function create_function_bundle(builder, entry, dir, runtime) {
324324
if (resolution_failures.size > 0) {
325325
const cwd = process.cwd();
326326
builder.log.warn(
327-
`The following modules failed to locate dependencies that may (or may not) be required for your app to work:`
327+
'The following modules failed to locate dependencies that may (or may not) be required for your app to work:'
328328
);
329329

330330
for (const [importer, modules] of resolution_failures) {

0 commit comments

Comments
 (0)