Skip to content

Commit

Permalink
Add current directory to be able to reload that (#44)
Browse files Browse the repository at this point in the history
* Add current directory to be able to reload that

* rename
  • Loading branch information
mhoeger authored Nov 15, 2019
1 parent a12f763 commit 66534f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/proto/FunctionRpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ message WorkerStatusResponse {
message FunctionEnvironmentReloadRequest {
// Environment variables from the current process
map<string, string> environment_variables = 1;
// Current directory of function app
string function_app_directory = 2;
}

message FunctionEnvironmentReloadResponse {
Expand Down

0 comments on commit 66534f0

Please sign in to comment.