Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Option for ignoreMissing - Fixes #64 #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2017

  1. Adding option to support sandboxing modules that don't have files

    When requiring a file, if the filesystem doesn't have the file path
    specified, a missing file error is thrown by "require-like". This adds
    an option "ignoreMissing" that skips the error with a simple try/catch
    to allow the sandboxing to continue.
    aetherwalker committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    025f079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f6a8c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf19d0 View commit details
    Browse the repository at this point in the history