Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-04-19 15:05:00 +0800
Commit
b7558b63d843a782f4a34c04360b1045d9b9f717
1 parent
f6ccf659
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/mysql-sender.js
lib/mysql-sender.js
View file @
b7558b6
...
...
@@ -31,7 +31,7 @@ class MySqlSender {
for
(
let
i
of
bulk
)
{
log
(
'insert %0'
,
i
);
client
(
this
.
table
).
insert
(
i
).
catch
((
err
)
=>
{
console
.
log
(
err
);
console
.
log
(
`
data
[
$
{
JSON
.
stringify
(
i
)}]
error
`
,
err
);
});
}
...
...
Please
register
or
login
to post a comment