暂无描述
您最多选择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("✓");