SAP-samples / hana-developer-cli-tool-example

Learn how to build a developer-centric SAP HANA command line tool, particularly designed to be used when performing SAP HANA development in non-SAP tooling (for example from VS Code).
Apache License 2.0
90 stars 24 forks source link

Solved serviceKey err "base.env is not a function" #44

Closed sbarzaghialteaup closed 3 years ago

sbarzaghialteaup commented 3 years ago

Running "hana-cli serviceKey" I get error: TypeError: base.env is not a function

Replaced base.env() with base.debug()

jung-thomas commented 3 years ago

Sure enough that was a typo. Thanks for the fix.