説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

check.js 277B

123456
  1. /*
  2. This file is used in firepit.js#VerifyNodePath() to test if the binary file is acting as a Node.js
  3. runtime or not. If it is acting as a runtime, then this script will return a checkmark, otherwise
  4. Firepit will respond with a non-checkmark log.
  5. */
  6. console.log("✓");