Skip to content

Commit 0548f7e

Browse files
authored
Use a brighter color for deprecation warning (#1272)
1 parent 7c5310a commit 0548f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/log/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const logInstallFunctionDependencies = function() {
121121
const logDeprecatedFunctionsInstall = function(functionsSrc) {
122122
logErrorSubHeader('Missing plugin')
123123
logMessage(
124-
THEME.errorLine(`Please use the plugin "@netlify/plugin-functions-install-core" to install dependencies from the "package.json" inside your "${functionsSrc}" directory.
124+
THEME.errorSubHeader(`Please use the plugin "@netlify/plugin-functions-install-core" to install dependencies from the "package.json" inside your "${functionsSrc}" directory.
125125
Example "netlify.toml":
126126
127127
[build]

0 commit comments

Comments
 (0)