From 7bf943adcbedd41dafdfa36be873e356049a1e3f Mon Sep 17 00:00:00 2001 From: shum Date: Mon, 29 Dec 2025 10:19:26 +0000 Subject: [PATCH] simplex-chat-nodejs: fix shim name --- packages/simplex-chat-nodejs/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simplex-chat-nodejs/src/index.js b/packages/simplex-chat-nodejs/src/index.js index 2f2dbb94f1..78bdce36db 100644 --- a/packages/simplex-chat-nodejs/src/index.js +++ b/packages/simplex-chat-nodejs/src/index.js @@ -1,4 +1,4 @@ -const addon = require('../build/Release/simplex-shum'); +const addon = require('../build/Release/simplex-shim'); const fs = require('fs'); const ctrlAndRes = addon.chat_migrate_init("db", "a", "yesUp")