Skip to content

Commit 4ddd499

Browse files
committed
run prettier
1 parent 43c4116 commit 4ddd499

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/fastboot/src/fastboot-schema.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ function buildWhitelistedRequire(whitelist, distPath, isLegacyWhitelist) {
189189
}
190190
} else {
191191
throw new Error(
192-
"Unable to require module '" + moduleName + "' in Fastboot because it was not explicitly allowed in 'fastbootDependencies' in your package.json."
192+
"Unable to require module '" +
193+
moduleName +
194+
"' in Fastboot because it was not explicitly allowed in 'fastbootDependencies' in your package.json."
193195
);
194196
}
195197
}

0 commit comments

Comments
 (0)