From 44e655d25e86975737204c818b105440e6ca9332 Mon Sep 17 00:00:00 2001 From: himetani_cafe Date: Thu, 4 Feb 2016 04:29:45 +0900 Subject: [PATCH] [DEBUG] option to options Changes to be committed: modified: directives/Command.ts --- front-end/app/scripts/directives/Command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/app/scripts/directives/Command.ts b/front-end/app/scripts/directives/Command.ts index 84a39f5..58b00b9 100644 --- a/front-end/app/scripts/directives/Command.ts +++ b/front-end/app/scripts/directives/Command.ts @@ -117,7 +117,7 @@ namespace app.directives { var execObj = { command: this.name, workspace: this.workspace.fileId, - option: opt + options: opt }; console.log(JSON.stringify(execObj,null,'\t')); -- 2.11.0