Skip to content

Commit 61f60c1

Browse files
normalize exit definition
1 parent ef281a3 commit 61f60c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

machines/release-connection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = {
4646
outputVariableName: 'report',
4747
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.',
4848
example: {
49+
error: '===',
4950
meta: '==='
5051
}
5152
}

machines/send-native-query.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = {
6868
outputVariableName: 'report',
6969
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.',
7070
example: {
71+
error: '===',
7172
meta: '==='
7273
}
7374
}

0 commit comments

Comments
 (0)