Skip to content

Leaking event hooks which prevents process from exiting #309

Description

@justinmchase
import why from 'why-is-node-running'
import sourceMapSupport from 'source-map-support'
sourceMapSupport.install()
why()

which produces this error:

# SIGNALWRAP
node:internal/async_hooks:201                                                          
node:internal/process/signal:26                                                        
/var/app/recovery-unified-api/node_modules/source-map-support/source-map-support.js:516 - return origEmit.apply(this, arguments);
file:///var/app/recovery-unified-api/dest/index.js:19                                  
node:internal/process/task_queues:96                                                   

it would be nice if there was simply a function to uninstall:

sourceMapSupport.uninstall()

Or just something that would stop the signal.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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