Skip to content

Commit a83f947

Browse files
committed
2
1 parent d5432fa commit a83f947

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

OpenFlow/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ process.on('unhandledRejection', up => {
139139
console.log("demo3/api not found!");
140140
}
141141
} catch (error) {
142-
logger.error(error.message);
142+
// logger.error(error.message);
143+
var json = JSON.stringify(error, null, 3);
144+
console.error(json);
145+
143146
}
144147
})();

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.178
1+
0.0.179

0 commit comments

Comments
 (0)