Skip to content

Commit 9f8e241

Browse files
committed
Merge pull request #335 from chester1000/master
fix(angular-fullstack:heroku) eliminate almost instant crash
2 parents 306fa12 + dde19e5 commit 9f8e241

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

heroku/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Generator.prototype.herokuCreate = function herokuCreate() {
8181
var output = data.toString();
8282
this.log(output);
8383
}.bind(this));
84-
child.stdin.write('\n\n');
8584
};
8685

8786
Generator.prototype.copyProcfile = function copyProcfile() {

0 commit comments

Comments
 (0)