diff --git a/src/js/actions/CommandLineActions.js b/src/js/actions/CommandLineActions.js index 1099fbb1..01d4e3e7 100644 --- a/src/js/actions/CommandLineActions.js +++ b/src/js/actions/CommandLineActions.js @@ -15,6 +15,9 @@ var CommandLineActions = { importantfuncition: function () { console.log("important work"); }, + secondImportantFunction: function () { + console.log("here"); + }, }; module.exports = CommandLineActions;