Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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