Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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("✓");