Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Future proof #4

Merged
merged 2 commits into from
May 1, 2019
Merged

Future proof #4

merged 2 commits into from
May 1, 2019

Commits on Apr 6, 2019

  1. Update internal Node.js function call

    This updates the call to _resolveLookupPaths. It returns a string
    by default since Node.js v8 when called with a third truthy argument.
    The backwards compatible return value should change soon, so detect
    what return type is used and handle both cases.
    
    Refs: nodejs/node#26983
    BridgeAR committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    348d9e9 View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    BridgeAR committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    563f9a1 View commit details
    Browse the repository at this point in the history