mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-14 17:48:58 +08:00
7 lines
277 B
JavaScript
7 lines
277 B
JavaScript
/*
|
|
This file is used in firepit.js#VerifyNodePath() to test if the binary file is acting as a Node.js
|
|
runtime or not. If it is acting as a runtime, then this script will return a checkmark, otherwise
|
|
Firepit will respond with a non-checkmark log.
|
|
*/
|
|
console.log("✓");
|