Skip to content

Commit 394a3e7

Browse files
Fixed typo: writeline -> writeLine
1 parent 449c814 commit 394a3e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastboot-app-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class FastBootAppServer {
5757
});
5858
}
5959

60-
this.ui.writeline(`using distPath; path=${this.distPath}`);
60+
this.ui.writeLine(`using distPath; path=${this.distPath}`);
6161

6262
return Promise.resolve();
6363
}

0 commit comments

Comments
 (0)