fix bug with interpreter args

This commit is contained in:
Robin Monnier 2018-03-16 17:40:23 +01:00
parent 716b191ae8
commit b26efa0d4c

View File

@ -33,7 +33,7 @@
"array",
"string"
],
"alias": ["interpreter_args"],
"alias": ["interpreterArgs", "interpreter_args"],
"docDescription": "Arguments to pass to the interpreter"
},
"out_file": {
@ -312,4 +312,4 @@
"write": {
"type": "boolean"
}
}
}