Stone.js API
    Preparing search index...

    The init command class.

    Index
    • Handle the incoming event.

      Errors are NOT caught here on purpose: ConsoleErrorHandler prints the very same message and returns a failing status, which the adapter turns into a non-zero exit code. Swallowing them printed the error but exited 0, so a broken scaffold looked like a success to any script or CI job calling npm create @stone-js.

      Parameters

      • event: IncomingEvent

      Returns Promise<void>