mirror of
https://github.com/sofastack/sofa-rpc-node.git
synced 2025-12-08 20:26:00 +00:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
'use strict';
|
|
|
|
const { stop } = require('./zk');
|
|
|
|
stop().catch(err => { console.log(err); });
|