Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit 3cae45b

Browse files
MylesBorinsgrant
authored andcommitted
doc: update runtime version error (#320)
Explicitly state the emulator Node version support.
1 parent 2c36bdc commit 3cae45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/emulator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (!semver.satisfies(process.version, '>= 6.11.5')) {
2323
}
2424

2525
if (semver.satisfies(process.version, '>= 7.0.0')) {
26-
console.log(`Warning: You're using Node.js ${process.version} but Google Cloud Functions only supports v6.11.5.`);
26+
console.log(`Warning: You're using Node.js ${process.version} but Google Cloud Functions emulator only supports v6.x.`);
2727
}
2828

2929
exports.emulator = require('../src/emulator');

0 commit comments

Comments
 (0)