From: himetani_cafe Date: Wed, 3 Feb 2016 19:29:45 +0000 (+0900) Subject: [DEBUG] option to options X-Git-Tag: v0.3.0p0036 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=refs%2Ftags%2Fv0.3.0p0036;p=eos%2Fzephyr.git [DEBUG] option to options Changes to be committed: modified: directives/Command.ts --- 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'));