Skip to content

Commit

Permalink
Merge pull request #177 from brunopenso/master
Browse files Browse the repository at this point in the history
fix link to sdk installation
  • Loading branch information
bsrdjan authored Oct 1, 2020
2 parents cc1ceb2 + 8784caf commit 78124d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/wrapper/noderfc-bindings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ts/wrapper/noderfc-bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ try {
if (ex.message.indexOf("sapnwrfc.node") !== -1)
ex.message +=
["win32", "linux", "darwin"].indexOf(process.platform) !== -1
? "\n\n The SAP NW RFC SDK could not be loaded, check the installation: http://sap.github.io/node-rfc/install.html#sap-nw-rfc-sdk-installation"
? "\n\n The SAP NW RFC SDK could not be loaded, check the installation: https://github.com/SAP/node-rfc/blob/master/doc/installation.md#sap-nwrfc-sdk-installation"
: `\n\nPlatform not supported: ${process.platform}`;
ex.message += `\nenvironment: ${JSON.stringify(E, null, 2)}\n`;
throw ex;
Expand Down

0 comments on commit 78124d4

Please sign in to comment.