OSDN Git Service

[DEBUG] option to options
[eos/zephyr.git] / front-end / app / scripts / directives / Command.ts
index 84a39f5..58b00b9 100644 (file)
@@ -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'));