@eagleoutice/flowr - v2.10.9
    Preparing search index...

    Function exitSafe

    • Exits after draining stdout/stderr. When Node.js writes to a pipe it does so asynchronously; calling process.exit() directly can truncate pending output. Falls back to a forced exit after 1 min in case a drain callback never fires.

      Parameters

      • code: number = 0

      Returns void