genlayer-js 0.27.2 → 0.27.4
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2142,7 +2142,7 @@ var getCustomTransportConfig = (config, chainConfig) => {
|
|
|
2142
2142
|
}
|
|
2143
2143
|
return data.result;
|
|
2144
2144
|
} catch (err) {
|
|
2145
|
-
console.error(`
|
|
2145
|
+
console.error(`GenLayer RPC error (${method}):`, err.message || err);
|
|
2146
2146
|
throw err;
|
|
2147
2147
|
}
|
|
2148
2148
|
}
|
package/dist/index.js
CHANGED
|
@@ -2142,7 +2142,7 @@ var getCustomTransportConfig = (config, chainConfig) => {
|
|
|
2142
2142
|
}
|
|
2143
2143
|
return data.result;
|
|
2144
2144
|
} catch (err) {
|
|
2145
|
-
console.error(`
|
|
2145
|
+
console.error(`GenLayer RPC error (${method}):`, err.message || err);
|
|
2146
2146
|
throw err;
|
|
2147
2147
|
}
|
|
2148
2148
|
}
|