File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ class Prepare extends Command {
55
55
}
56
56
const cmdPacket = new Packets . PrepareStatement (
57
57
this . query ,
58
- connection . config . charsetNumber
58
+ connection . config . charsetNumber ,
59
+ this . options . values
59
60
) ;
60
61
connection . writePacket ( cmdPacket . toPacket ( 1 ) ) ;
61
62
return Prepare . prototype . prepareHeader ;
Original file line number Diff line number Diff line change 19
19
"precommit" : " lint-staged" ,
20
20
"eslint-check" : " eslint --print-config .eslintrc | eslint-config-prettier-check" ,
21
21
"wait-port" : " wait-on" ,
22
- "type-test" : " node ./node_modules/typescript/bin/tsc -p tests.json && mocha typings/test"
22
+ "type-test" : " node ./node_modules/typescript/bin/tsc -p tests.json && mocha typings/test --timeout 10000 "
23
23
},
24
24
"lint-staged" : {
25
25
"*.js" : [
You can’t perform that action at this time.
0 commit comments