Giter VIP home page Giter VIP logo

Comments (3)

ehmicky avatar ehmicky commented on May 21, 2024

Hi @abrenneke,

Thanks for reporting this bug!

This should be fixed in 6.1.1.

By curiosity, could you please copy/paste the output of the following command?

npx envinfo --system --binaries --browsers --npmPackages log-process-errors

And also describe how you called log-process-errors, including any potential options.

from log-process-errors.

abrenneke avatar abrenneke commented on May 21, 2024

Sure @ehmicky thanks for fixing this so quickly!

npx: installed 1 in 1.242s

  System:
    OS: Linux 4.13 CentOS Linux 7 (Core)
    CPU: (6) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
    Memory: 480.59 MB / 7.79 GB
    Container: Yes
    Shell: 5.0.2 - /bin/zsh
  Binaries:
    Node: 13.9.0 - ~/.nvm/versions/node/v13.9.0/bin/node
    Yarn: 1.22.4 - ~/.yarn/bin/yarn
    npm: 6.13.7 - ~/.nvm/versions/node/v13.9.0/bin/npm
  Browsers:
    Chrome: 75.0.3770.80
  npmPackages:
    log-process-errors: 6.1.0 => 6.1.0

My log-process-errors call is like this:

const ignoreWarnings = [
    // Ignore warnings about experimental features
    /queueMicrotask\(\) is experimental/,
    /Conditional exports is an experimental feature/
];

logProcessErrors({
    level: {
        warning: error => ( ignoreWarnings.some( r => r.test( error?.message ) ) ? 'silent' : 'default' ),

        // Disabled for now
        multipleResolves: constant( 'silent' )
    }
});

from log-process-errors.

ehmicky avatar ehmicky commented on May 21, 2024

Thanks for the follow-up!
Please let me know if you've got any other issue 👍

from log-process-errors.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.