Skip to content

Commit f66e712

Browse files
committed
Merge pull request #2 from sebastianseilund/writeline-fix
Fixed typo: writeline -> writeLine
2 parents 449c814 + 394a3e7 commit f66e712

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)