fixed comments from @knolleary

This commit is contained in:
Hiroyasu Nishiyama
2019-01-28 22:14:08 +09:00
parent 2b43e3ee23
commit f88a4b1791
8 changed files with 76 additions and 97 deletions

View File

@@ -462,9 +462,6 @@ class Flow {
console.log("==================")
}
getenv(name) {
return process.env[name];
}
}
/**