We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1e8d2 commit 9566d16Copy full SHA for 9566d16
packages/live-server/index.js
@@ -72,7 +72,7 @@ function staticServer(root, spa) {
72
break;
73
}
74
75
- if (injectTag === null && LiveServer.logLevel >= 2) {
+ if (injectTag === null && LiveServer.logLevel >= 3) {
76
console.warn("Failed to inject refresh script!".yellow,
77
"Couldn't find any of the tags ", injectCandidates, "from", filepath);
78
0 commit comments