Skip to content

Commit a9e0342

Browse files
committed
fix: this is 3.1.7
1 parent 5a58f89 commit a9e0342

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@witnet/sdk",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
55
"repository": {
66
"type": "git",

src/bin/helpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,15 +580,13 @@ export async function toolkitRun(settings, args) {
580580
child.on("error", (err) => {
581581
if (finished) return;
582582
finished = true;
583-
if (timer) clearTimeout(timer);
584583
killTree();
585584
reject(err);
586585
});
587586

588587
child.on("close", (code, signal) => {
589588
if (finished) return;
590589
finished = true;
591-
if (timer) clearTimeout(timer);
592590

593591
if (signal) {
594592
killTree();

0 commit comments

Comments
 (0)