Skip to content

Commit 9988c67

Browse files
committed
增加 windows ip 的支持
1 parent fa41b2c commit 9988c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_tasks/plugins/TmTIndex.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var getIp = function () {
2424
interfaces[key].forEach(function (details) {
2525
if (details.family == 'IPv4' && key == 'en0') {
2626
IPv4 = details.address;
27+
break;
2728
}
2829
});
2930
}

0 commit comments

Comments
 (0)