From 170b3fc685c67d3ba575e59848b1c4124c2d28df Mon Sep 17 00:00:00 2001 From: Angus Finch Date: Mon, 30 Jul 2018 20:03:14 +0800 Subject: [PATCH] Add Python spawning capability --- App/JS/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/App/JS/main.js b/App/JS/main.js index e709e1b..41dc5dd 100644 --- a/App/JS/main.js +++ b/App/JS/main.js @@ -1 +1,2 @@ var shell = require('shelljs'); +var util = require('util');