mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 08:13:28 +08:00
build: update error message
This commit is contained in:
parent
35d3855338
commit
552e81d4ca
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const DEV_CONFIG = {
|
|||
if (
|
||||
!fs.existsSync(resolve(__dirname, "../src/ts/constants/firebase-config.ts"))
|
||||
) {
|
||||
const msg = `File firebase-config.ts is missing! Please duplicate firebase-config-example.ts and rename it to firebase-config.ts. If you are using Firebase, fill in the values in the config file. If not, you can leave the fields blank.`;
|
||||
const msg = `File firebase-config.ts is missing! Please duplicate firebase-config-example.ts and rename it to firebase-config.ts. If you are using Firebase, fill in the values in the config file. If not, you can leave the fields blank. For more information, check CONTRIBUTING_ADVANCED.md`;
|
||||
throw new Error(msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue