Sign in
apache
/
ignite
/
refs/heads/IGNITE-7595
/
.
/
docs
/
_docs
/
code-snippets
/
nodejs
/
enabling-debug.js
blob: 729f9af3764d37d5f27efd181847feecc35fb346 [
file
]
const
IgniteClient
=
require
(
'apache-ignite-client'
);
const
igniteClient
=
new
IgniteClient
();
igniteClient
.
setDebug
(
true
);