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

Should not be logging. #8

@reggi

Description

@reggi

I'm not sure whats causing this but when I run this, it logs the error below. The try should prevent any writing to stdout / stderr. This is really a pain. @pierrec any ideas on what could be causing it?

var _eval = require('eval')

try {
  _eval("require('missing-repo')", 'require-file.js', {}, true)
} catch (e) {

}

Logs this:


module.js:338
    throw err;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions