diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 04:48:34 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 04:48:34 +0200 |
| commit | eba0237384836a66a2895e44636739bc47a5943a (patch) | |
| tree | 412549f8a31d9ad4ceb5498a125e6da52e1f3f4c /app/client/socket/socket.actions.js | |
| parent | 3824c7b35dfa6ef74d396c54306afbbb6d557fe0 (diff) | |
script output coming back clceanly
Diffstat (limited to 'app/client/socket/socket.actions.js')
| -rw-r--r-- | app/client/socket/socket.actions.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/client/socket/socket.actions.js b/app/client/socket/socket.actions.js index a2162ac..b1f13ef 100644 --- a/app/client/socket/socket.actions.js +++ b/app/client/socket/socket.actions.js @@ -1,7 +1,9 @@ import { list_directory_async, - run_system_command_async + run_system_command_async, + run_script_async, } from './socket.system' export const list_directory = list_directory_async -export const run_system_command = run_system_command_async
\ No newline at end of file +export const run_system_command = run_system_command_async +export const run_script = run_script_async
\ No newline at end of file |
