@ufira/vibma 0.3.2-rc.3 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mcp.cjs +4 -0
- package/dist/mcp.cjs.map +1 -1
- package/dist/mcp.js +4 -0
- package/dist/mcp.js.map +1 -1
- package/package.json +1 -1
package/dist/mcp.js
CHANGED
|
@@ -1612,6 +1612,10 @@ process.on("SIGTERM", () => {
|
|
|
1612
1612
|
process.exit(0);
|
|
1613
1613
|
});
|
|
1614
1614
|
process.on("exit", cleanup);
|
|
1615
|
+
process.stdin.on("end", () => {
|
|
1616
|
+
cleanup();
|
|
1617
|
+
process.exit(0);
|
|
1618
|
+
});
|
|
1615
1619
|
async function main() {
|
|
1616
1620
|
try {
|
|
1617
1621
|
connectToFigma();
|