mirror of
https://github.com/danbulant/sql2csv
synced 2026-06-20 15:01:09 +00:00
GREEEN
This commit is contained in:
parent
2dc1ac0e7a
commit
30cd011e18
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -95,7 +95,7 @@ con.connect(function(err) {
|
||||||
console.log("\x1b[0m");
|
console.log("\x1b[0m");
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
log("MySQL Connected!");
|
log("\x1b[32mMySQL Connected!");
|
||||||
});
|
});
|
||||||
|
|
||||||
s2c.setConnection(con);
|
s2c.setConnection(con);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue