aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_windows.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_windows.cc')
-rw-r--r--executor/executor_windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor_windows.cc b/executor/executor_windows.cc
index 0124aa0d9..04f6fe6aa 100644
--- a/executor/executor_windows.cc
+++ b/executor/executor_windows.cc
@@ -24,7 +24,7 @@ int main(int argc, char** argv)
}
setup_control_pipes();
- receive_execute();
+ receive_execute(true);
execute_one();
return 0;
}