We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 449c814 + 394a3e7 commit f66e712Copy full SHA for f66e712
1 file changed
lib/fastboot-app-server.js
@@ -57,7 +57,7 @@ class FastBootAppServer {
57
});
58
}
59
60
- this.ui.writeline(`using distPath; path=${this.distPath}`);
+ this.ui.writeLine(`using distPath; path=${this.distPath}`);
61
62
return Promise.resolve();
63
0 commit comments