Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
小さなアプリケーション サーバー用にプログラムで hook.io を使用しています。接続とイベントごとに出力されますが、エラー出力のみが必要です。フックオブジェクトを黙らせる方法はありますか?
はい。
コマンド ラインで--silentモードを使用してみてください。
すべての hook.io オプションと同様に、これをフック コンストラクターに渡すこともできます。
new Hook({silent: true}