Merge pull request #5 from vjeux/fix_fatal

Fix missing option argument
master
James Long 2017-01-06 23:35:06 -05:00 committed by GitHub
commit b5a455e41f
1 changed files with 1 additions and 1 deletions

View File

@ -1810,7 +1810,7 @@ function printObjectMethod(path, options, print) {
}
parts.push(
printFunctionParams(path, print),
printFunctionParams(path, print, options),
printReturnType(path, print),
" ",
path.call(print, "body")