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

Commit 970b695

Browse files
author
sw-yx
committed
add initial log to help perceived responsiveness
1 parent 5f6d81b commit 970b695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/dev/exec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ class ExecCommand extends Command {
88
async run() {
99
const { site, api } = this.netlify;
1010
if (site.id) {
11+
console.log(
12+
`${NETLIFYDEV} Checking your site's environment variables...`
13+
);
1114
const accessToken = await this.authenticate();
1215
const { addEnvVariables } = require("../../utils/dev");
1316
await addEnvVariables(api, site, accessToken);

0 commit comments

Comments
 (0)