diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 03:59:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 03:59:25 +0200 |
| commit | dbbeffd02629209f42affe3fb4bb4c46639ba0e3 (patch) | |
| tree | fbd15c10cd5303eaaccbf0162401424209b684e6 /app/client/socket/socket.actions.js | |
| parent | 964ac7009e6db5a06233bdc07fa63778eebf2db7 (diff) | |
remote IPC... done so sweetly, with promises and async
Diffstat (limited to 'app/client/socket/socket.actions.js')
| -rw-r--r-- | app/client/socket/socket.actions.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/client/socket/socket.actions.js b/app/client/socket/socket.actions.js index 574892a..a2162ac 100644 --- a/app/client/socket/socket.actions.js +++ b/app/client/socket/socket.actions.js @@ -1,3 +1,7 @@ -import { list_directory_async } from './socket.system' +import { + list_directory_async, + run_system_command_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 |
