diff --git a/src/seasoned/strayRepository.js b/src/seasoned/strayRepository.js index 297c0aa..9bfe0d1 100644 --- a/src/seasoned/strayRepository.js +++ b/src/seasoned/strayRepository.js @@ -47,6 +47,7 @@ class StrayRepository { pythonShell.run('moveSeasoned.py', options, function (err, results) { if (err) throw err; + // TODO Add error handling!! StrayRepository.ERROR // results is an array consisting of messages collected during execution console.log('results: %j', results); });